-
Notifications
You must be signed in to change notification settings - Fork 721
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
Deprecate -XX:+AllowNonVirtualCalls #15234
Conversation
I've got the deprecation release note pointing to this PR. If there is a better issue to use pls let me know. |
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.
Why doesn't this also include the code changes to issue that warning (or error) for Java 20+?
Updated. |
Made another update to replace "Java" with "OpenJDK". Also in older release notes. |
When I spoke of code changes, I suppose I was expecting that jvminit.c#L3549 would change from
to
(and the matching |
Yes, I originally missed that comment but was just starting to look at it. I was assuming that would be done separately, but no reason I can't add it to this PR. |
Updated now. |
Also replace "Java" with "OpenJDK" in recent release notes to match the convention. Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com>
Updated. |
jenkins compile amac jdk17 |
Also replace "Java" with "OpenJDK" in recent release notes to match the convention.