8257993: vmTestbase/nsk/jvmti/RedefineClasses/StressRedefine/TestDescription.java crash intermittently#1717
8257993: vmTestbase/nsk/jvmti/RedefineClasses/StressRedefine/TestDescription.java crash intermittently#1717coleenp wants to merge 1 commit intoopenjdk:masterfrom
Conversation
…ription.java crash intermittently
|
👋 Welcome back coleenp! A progress list of the required criteria for merging this PR into |
|
/label add serviceability-dev |
|
@coleenp |
sspitsyn
left a comment
There was a problem hiding this comment.
Hi Coleen,
I like this fix and looks good.
Thanks,
Serguei
|
@coleenp This change now passes all automated pre-integration checks. ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details. After integration, the commit message for the final commit will be: You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been 36 new commits pushed to the
As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid this automatic rebasing, please check the documentation for the /integrate command for further details. ➡️ To integrate this PR with the above commit message to the |
|
Thanks Serguei for the fast review and discussion about this bug. |
|
Thank you Harold! |
dholmes-ora
left a comment
There was a problem hiding this comment.
Looks good.
Thanks,
David
|
Thanks David. /integrate |
|
@coleenp Since your change was applied there have been 36 commits pushed to the
Your commit was automatically rebased without conflicts. Pushed as commit 0a3e446. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
This change handles redefinition during method resolution, by returning the new method. It's not needed to reresolve the invocation. See the bug for more information.
Tested with tier1-3 and tier8 on linux-x64-debug and macos-x64-debug, and running the failing tests 100x without failure. Thank you to Serguei for confirming the testing.
Progress
Issue
Reviewers
Download
$ git fetch https://git.openjdk.java.net/jdk pull/1717/head:pull/1717$ git checkout pull/1717