-
Notifications
You must be signed in to change notification settings - Fork 68
8280234: AArch64 "core" variant does not build after JDK-8270947 #108
Conversation
👋 Welcome back shade! A progress list of the required criteria for merging this PR into |
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.
Trivially good to go!
@shipilev This change now passes all automated pre-integration checks. ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details. After integration, the commit message for the final commit will be:
You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been no new commits pushed to the ➡️ To integrate this PR with the above commit message to the |
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.
Hmm, I guess that's right. I do wonder whether Thread::is_Compiler_thread() is well-defined in a "core" build, but it does seem to be.
All right, AArch64 GHAs are clean, I am integrating under triviality rule. /integrate |
Going to push as commit 28e02fa. |
Trivial (?) fix for AArch64 build failure:
I'd like to get it to JDK 18, where it regressed, while we still at RDP1.
Additional testing:
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.java.net/jdk18 pull/108/head:pull/108
$ git checkout pull/108
Update a local copy of the PR:
$ git checkout pull/108
$ git pull https://git.openjdk.java.net/jdk18 pull/108/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 108
View PR using the GUI difftool:
$ git pr show -t 108
Using diff file
Download this PR as a diff file:
https://git.openjdk.java.net/jdk18/pull/108.diff