-
Notifications
You must be signed in to change notification settings - Fork 720
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clear breakpts in class redef and fix HCR warning #19710
Conversation
jenkins test sanity.openjdk zlinux jdk22 |
jenkins test sanity,extended,sanity.openjdk zlinux jdk17 |
Failures:
|
Another sanity.openjdk run with |
The VarHandles failures are this known issue #19693 |
@gacholio please review these changes |
Pls fix the commit title to reflect the change to clear the breakpoints. The current title is misleading. |
I expected a title that would mention both changes. |
With this fix, can the |
If the playlists are shared between open and IBM builds, then we must retain the option as the default differs between the two builds. |
Not sure about this logic. The IBM builds don't need any test change because
|
Yes |
jenkins test sanity zlinux jdk21 |
It seems another update to the tests is expected, setting as draft until it's ready. |
I don't understand what you're waiting for - by definition, only our internal tests will ever need this option, and every test which uses extended must have the option because the default is off. |
b410034
to
ed417db
Compare
jenkins test sanity,extended zlinux jdk21 |
The current implementwation emits a warning message when a JVMTI operation suceeds. Also, clear breakpoints unconditionally when a class is redefined as required by the spec. Fixes: eclipse-openj9#19691 Signed-off-by: tajila <atobia@ca.ibm.com>
jenkins test sanity,extended zlinux jdk21 |
@pshipton this is ready to go |
Pls create the PR for 0.46. |
Related to eclipse-openj9#19710 Issue eclipse-openj9#19765 Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com>
Related to eclipse-openj9#19710 Issue eclipse-openj9#19765 Issue eclipse-openj9#19813 Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com>
Related to eclipse-openj9#19710 Issue eclipse-openj9#19765 Issue eclipse-openj9#19813 Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com>
Related to eclipse-openj9#19710 Issue eclipse-openj9#19765 Issue eclipse-openj9#19813 Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com>
The current implementation emits a warning message when a JVMTI operation suceeds.
Also, clear breakpoints unconditionally when a class is redefined.