RFR: 8349040: Test compiler/inlining/LateInlinePrinting.java fails after JDK-8319850 [v2]
SendaoYan
syan at openjdk.org
Fri Jan 31 06:42:53 UTC 2025
On Thu, 30 Jan 2025 14:41:20 GMT, SendaoYan <syan at openjdk.org> wrote:
>> 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.
>
> SendaoYan has updated the pull request incrementally with one additional commit since the last revision:
>
> remote unnecessary VM option -XX:+UnlockDiagnosticVMOptions
GHA report several failures:
1. [windows-aarch64 / build (release)](https://github.com/sendaoYan/jdk-ysd/actions/runs/13054619437/job/36422512456) and [windows-aarch64 / build (debug)](https://github.com/sendaoYan/jdk-ysd/actions/runs/13054619437/job/36422511775) job fails 'Unexpected HTTP response: 504' at 'Get MSYS2' stage, seems like environmental issue or infrastructure issue, it's unreleated to this PR.
2. [windows-x64 / build (debug)](https://github.com/sendaoYan/jdk-ysd/actions/runs/13054619437/job/36422513094) and [windows-x64 / build (release)](https://github.com/sendaoYan/jdk-ysd/actions/runs/13054619437/job/36422513448) job fails 'Unexpected HTTP response: 504' at 'Get MSYS2' stage, seems like environmental issue or infrastructure issue, it's unreleated to this PR.
To make less CI noisy, I will integrate this PR now, ignore the 24 hours review time limit.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/23364#issuecomment-2626418101
PR Comment: https://git.openjdk.org/jdk/pull/23364#issuecomment-2626419541
More information about the hotspot-compiler-dev
mailing list