-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
8257848: -XX:CompileCommand=blackhole,* should be diagnostic #1674
Conversation
👋 Welcome back shade! A progress list of the required criteria for merging this PR into |
Webrevs
|
@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 5 new commits pushed to the
Please see this link for an up-to-date comparison between the source branch of this pull request and 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.
Do you need to update blackhole tests to add -XX:+UnlockDiagnosticVMOptions?
They already have it, because they use |
There is one unrelated x86_32 test failure, otherwise tests are clean. /integrate |
@shipilev Since your change was applied there have been 5 commits pushed to the
Your commit was automatically rebased without conflicts. Pushed as commit 35e8153. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
Good. |
This follows up on retroactive CSR review comments (JDK-8257827). As the result of discussion, it is decided to demote the "blackhole" compile command to diagnostic. Examples:
New test verifies the locking/unlocking of the command.
Testing:
compiler/blackhole
testtier1
(needs 8257805: Add compiler/blackhole tests to tier1 #1654 to be merged)Progress
Issue
Reviewers
Download
$ git fetch https://git.openjdk.java.net/jdk pull/1674/head:pull/1674
$ git checkout pull/1674