The introduction of redefineClasses has caused some issues to arise
with how breakpoints are remembered. They are currently kept in a list
attached to an instanceKlass, as well as in a list inside JVMDI.
We should get the list out of instanceKlass, and if possible, use
only the list in JVMDI for managing the breakpoints.
with how breakpoints are remembered. They are currently kept in a list
attached to an instanceKlass, as well as in a list inside JVMDI.
We should get the list out of instanceKlass, and if possible, use
only the list in JVMDI for managing the breakpoints.
- duplicates
-
JDK-4655140 breakpoint code a mess - becoming unmaintainable
-
- Closed
-