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
8245216: [lworld] The JVM should inject the IdentityObject interface to types which need it #51
Conversation
…o types which need it
|
@fparain This change now passes all automated pre-integration checks, type
Since the source branch of this PR was last updated there has been 1 commit 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 automatic rebasing, please merge
|
Webrevs
|
Got some crashes during testing, investigating... |
This patch addresses the two langtools failure it should. Thanks! However, hotspot/jtreg/runtime/valhalla/valuetypes/testSupers/TestSuperClasses.java is still referencing withdrawn classes and fails. Are you able to include a fix for that too ? I looked into preparing a patch, but not familiar with jcod files... |
The PR has been updated with the following changes:
No more regression with tier1. Testing with tier2 and tier3 is in progress. |
Stress testing shown an issue with metaspace allocation/deallocation. |
@@ -64,7 +64,8 @@ bool VerificationType::resolve_and_check_assignability(InstanceKlass* klass, Sym | |||
// Otherwise, we treat interfaces as java.lang.Object. | |||
return !from_is_array || | |||
this_class == SystemDictionary::Cloneable_klass() || |
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.
Can you update the comment at line 63 to include java.lang.IdentityObject?
Changes look good, other than the nit about the comment in verificationType.cpp.
Thanks for doing this.
Thank you Harold. I've updated the comment in verificationType.cpp in the last commit. Fred |
/integrate |
Please review these changes for JDK-8245216.
This code makes the JVM to inject the IdentityObject interface when needed.
The details are in the CR:
https://bugs.openjdk.java.net/browse/JDK-8245216
Thank you,
Fred
Progress
Issue
Reviewers
Download
$ git fetch https://git.openjdk.java.net/valhalla pull/51/head:pull/51
$ git checkout pull/51