Skip to content
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 removes SecurityConstants.GET_CLASSLOADER_PERMISSION #20717

Merged
merged 1 commit into from
Nov 29, 2024

Conversation

JasonFengJ9
Copy link
Member

JDK24 removes SecurityConstants.GET_CLASSLOADER_PERMISSION

This resolves JDK next abuild compilation failures:

00:01:59  /home/jenkins/workspace/Build_JDKnext_aarch64_linux_OpenJDK/build/linux-aarch64-server-release/support/j9jcl/java.base/share/classes/java/lang/Class.java:465: error: cannot find symbol
00:01:59  				sm.checkPermission(SecurityConstants.GET_CLASSLOADER_PERMISSION);
00:01:59  				                                    ^
00:01:59    symbol:   variable GET_CLASSLOADER_PERMISSION

Signed-off-by: Jason Feng [email protected]

@pshipton
Copy link
Member

lgtm

@pshipton pshipton requested review from keithc-ca and removed request for pshipton November 29, 2024 16:05
@keithc-ca keithc-ca self-assigned this Nov 29, 2024
@keithc-ca
Copy link
Contributor

Verified locally.

@keithc-ca keithc-ca merged commit 9049e87 into eclipse-openj9:master Nov 29, 2024
2 checks passed
@JasonFengJ9 JasonFengJ9 deleted the nosecurityconst branch November 29, 2024 21:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants