-
Notifications
You must be signed in to change notification settings - Fork 729
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
JDK24 adds JavaLangAccess.virtualThreadDelayedTaskSchedulers() #20745
Conversation
This will not be sufficient: |
daeb37c
to
3ddbbc7
Compare
Removed |
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.
Please update the commit message and the description here to reflect the increased scope of this change.
jcl/src/java.base/share/classes/openj9/internal/criu/security/CRIUConfigurator.java
Outdated
Show resolved
Hide resolved
Also removed sun.security.action.GetPropertyAction. Signed-off-by: Jason Feng <[email protected]>
3ddbbc7
to
1ec0984
Compare
Seems that this is causing Valhalla build to fail. |
I will try to merge the latest openjdk updates, otherwise the |
Merged the OpenJDK updates, the latest JDKnext_x86-64_linux_valhalla_Nightly now passes. |
JDK24 adds
JavaLangAccess.virtualThreadDelayedTaskSchedulers()
and removesGetPropertyAction
.Required by
Signed-off-by: Jason Feng [email protected]