-
Notifications
You must be signed in to change notification settings - Fork 737
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 java.lang.AssertionError: sun.security.util.ResourcesMgr (PD) #20351
Labels
Milestone
Comments
Issue Number: 20351 |
pshipton
added a commit
to pshipton/openjdk-tests
that referenced
this issue
Jan 28, 2025
Issue eclipse-openj9/openj9#20351 Signed-off-by: Peter Shipton <[email protected]>
Temporarily exclude it via adoptium/aqa-tests#5922 |
llxia
pushed a commit
to adoptium/aqa-tests
that referenced
this issue
Jan 28, 2025
…nJ9 (#5922) Issue eclipse-openj9/openj9#20351 Signed-off-by: Peter Shipton <[email protected]>
This problem can still occur; see #21073 (review). |
babsingh
added a commit
to babsingh/openj9
that referenced
this issue
Feb 6, 2025
Since allPermissionsPD is a static field, a static synchronized method locks on Class.class, which is the correct approach. Fixes: eclipse-openj9#20351 Signed-off-by: Babneet Singh <[email protected]>
babsingh
added a commit
to babsingh/openj9
that referenced
this issue
Feb 6, 2025
Since allPermissionsPD is a static field, a static synchronized method locks on Class.class, which is the correct approach. Fixes: eclipse-openj9#20351 Signed-off-by: Babneet Singh <[email protected]>
babsingh
added a commit
to babsingh/openj9
that referenced
this issue
Feb 6, 2025
Since allPermissionsPD is a static field, a static synchronized method locks on Class.class, which is the correct approach for ensuring thread safety. Fixes: eclipse-openj9#20351 Signed-off-by: Babneet Singh <[email protected]>
babsingh
added a commit
to babsingh/openj9
that referenced
this issue
Feb 6, 2025
Using this approach, allPermissionsPD can be a final field. VM's class initialization mechanisms will prevent races via the static block. Fixes: eclipse-openj9#20351 Signed-off-by: Babneet Singh <[email protected]>
babsingh
added a commit
to babsingh/openj9
that referenced
this issue
Feb 6, 2025
Using this approach, allPermissionsPD can be a final field. VM's class initialization mechanisms will prevent races via the static block. Fixes: eclipse-openj9#20351 Signed-off-by: Babneet Singh <[email protected]>
babsingh
added a commit
to babsingh/openj9
that referenced
this issue
Feb 6, 2025
Using this approach, allPermissionsPD can be a final field. VM's class initialization mechanisms will prevent races via the static block. Fixes: eclipse-openj9#20351 Signed-off-by: Babneet Singh <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
https://openj9-jenkins.osuosl.org/job/Test_openjdknext_j9_sanity.openjdk_aarch64_mac_Personal_testList_0/6
jdk_lang
java/lang/Class/ProtectionDomainRace.java
The text was updated successfully, but these errors were encountered: