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

[GR-61616] Initialize JdkCatalog#catalog in a loop #10702

Closed
wants to merge 1 commit into from

Conversation

graalvmbot
Copy link
Collaborator

The core problem is that the JdkCatalog initialization in the JDK is racy. While this was always the case, it seems that JDK-8323740 makes the situation more frequent.

To solve this, we reattempt initializing the catalog if it is null.

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Feb 17, 2025
@graalvmbot graalvmbot closed this Feb 19, 2025
@graalvmbot graalvmbot deleted the je/svm-jdk-catalog-npe-GR-61616 branch February 19, 2025 14:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants