8349040: Test compiler/inlining/LateInlinePrinting.java fails after JDK-8319850#23364
8349040: Test compiler/inlining/LateInlinePrinting.java fails after JDK-8319850#23364sendaoYan wants to merge 2 commits intoopenjdk:masterfrom
Conversation
|
👋 Welcome back syan! A progress list of the required criteria for merging this PR into |
|
@sendaoYan 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 7 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 |
|
@sendaoYan The following label will be automatically applied to this pull request:
When this pull request is ready to be reviewed, an "RFR" email will be sent to the corresponding mailing list. If you would like to change these labels, use the /label pull request command. |
Webrevs
|
|
Hi, the unchanged test works with our debug builds so I am not sure if you need the added UnlockDiagnosticVMOptions switch; at least we did not need it in the nightly tests . |
I think the VM option '-XX:+UnlockDiagnosticVMOptions' is unnecessary after add |
Yes in the debug-build binaries '-XX:+PrintInlining' works without '-XX:+UnlockDiagnosticVMOptions' . If you plan to make the test work in opt too you need this additional flag. If you stay debug-only it works without it . |
VM option 'AlwaysIncrementalInline' is available only in debug build. So I stay debug-only, and remove '-XX:+UnlockDiagnosticVMOptions'. |
|
GHA report several failures:
|
|
To make less CI noisy, I will integrate this PR now, ignore the 24 hours review time limit. /integrate |
|
Going to push as commit 2df9d5b.
Your commit was automatically rebased without conflicts. |
|
@sendaoYan Pushed as commit 2df9d5b. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
Hi all,
This PR fix the test bug which report "VM option 'AlwaysIncrementalInline' is develop and is available only in debug version of VM". Change has been verified locally, test-fix only, no risk.
Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/23364/head:pull/23364$ git checkout pull/23364Update a local copy of the PR:
$ git checkout pull/23364$ git pull https://git.openjdk.org/jdk.git pull/23364/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 23364View PR using the GUI difftool:
$ git pr show -t 23364Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/23364.diff
Using Webrev
Link to Webrev Comment