Skip to content

Commit f75c657

Browse files
Add changelog entry for EnableAdvancedRedefinition
1 parent 8513c31 commit f75c657

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

espresso/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
* Added experimentation support for `-javaagent`. It can also be enabled from the polyglot API with `java.JavaAgent.$i` option set to `/path/to/jar=agent-options` where `$i` starts at 0 and increments by 1 for each extra java agent.
77
* Added the `org.graalvm.continuations.IdentityHashCodes` class, providing utilities for restoring identity hashcodes. This may be used for more properly deserializing continuations.
88
* Added support for guest Java version 25.
9+
* Introduce a `EnableAdvancedRedefinition` option that controls whether things like method or field addition/removal and class hierarchy changes are enabled.
10+
It controls the access to such features both for JDWP and java agents.
11+
Previously, this was enabled by default for JDWP, in this release it must be explicitly turned on.
912

1013
## Version 24.2.0
1114
### User-visible changes

0 commit comments

Comments
 (0)