-
Notifications
You must be signed in to change notification settings - Fork 6.2k
8359707: Add classfile modification code to RedefineClassHelper #25857
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
Conversation
|
👋 Welcome back coleenp! A progress list of the required criteria for merging this PR into |
|
@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 177 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 |
|
/label add hotspot-runtime |
|
@coleenp |
Webrevs
|
sspitsyn
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks reasonable. I've posted one nit suggestion.
sspitsyn
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the update! Looks good.
Co-authored-by: Chen Liang <liach@openjdk.org>
lmesnik
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks
Co-authored-by: David Holmes <62092539+dholmes-ora@users.noreply.github.com>
…ffer version of the function.
|
Also added back the byte[] version of the method that I inadvertently deleted. |
test/hotspot/jtreg/serviceability/jvmti/RedefineClasses/ClassVersionAfterRedefine.java
Outdated
Show resolved
Hide resolved
…ersionAfterRedefine.java Co-authored-by: David Holmes <62092539+dholmes-ora@users.noreply.github.com>
Co-authored-by: David Holmes <62092539+dholmes-ora@users.noreply.github.com>
dholmes-ora
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update looks good. Just a couple of typos - sorry.
Co-authored-by: David Holmes <62092539+dholmes-ora@users.noreply.github.com>
Co-authored-by: David Holmes <62092539+dholmes-ora@users.noreply.github.com>
Co-authored-by: David Holmes <62092539+dholmes-ora@users.noreply.github.com>
|
Thanks David for the suggested changes for the typos, and for the suggestions. |
test/hotspot/jtreg/serviceability/jvmti/RedefineClasses/ClassVersionAfterRedefine.java
Outdated
Show resolved
Hide resolved
dholmes-ora
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
|
Thanks for the reviews Leonid, Serguei and David, and thanks for the help with ClassFile API Chen. |
|
Going to push as commit e7a4500.
Your commit was automatically rebased without conflicts. |
I copied this code for another test in the Valhalla repo and thought it would be a good utility function. It might be better written using the Classfile API.
Tested with test.
Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/25857/head:pull/25857$ git checkout pull/25857Update a local copy of the PR:
$ git checkout pull/25857$ git pull https://git.openjdk.org/jdk.git pull/25857/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 25857View PR using the GUI difftool:
$ git pr show -t 25857Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/25857.diff
Using Webrev
Link to Webrev Comment