-
Notifications
You must be signed in to change notification settings - Fork 5.8k
8344556: [Graal] compiler/intrinsics/bmi/* fail when AOTCache cannot be loaded #22596
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
8344556: [Graal] compiler/intrinsics/bmi/* fail when AOTCache cannot be loaded #22596
Conversation
👋 Welcome back iklam! A progress list of the required criteria for merging this PR into |
❗ This change is not yet ready to be integrated. |
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.
For test coverage, I think we should test it for this flag combination as well. We just need to fix the test so that it doesn't care about unrelated error messages. |
There's a better fix by adding
Closing this PR. |
See JBS issue for detailed evaluation.
In summary -- when
-XX:+UseJVMCICompiler
is used, one of-int
or-Xcomp
will print out the[cds][error]
message. The work around is to disable the CDS log for both cases.Progress
Issue
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/22596/head:pull/22596
$ git checkout pull/22596
Update a local copy of the PR:
$ git checkout pull/22596
$ git pull https://git.openjdk.org/jdk.git pull/22596/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 22596
View PR using the GUI difftool:
$ git pr show -t 22596
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/22596.diff
Using Webrev
Link to Webrev Comment