RFR: 8349040: Test compiler/inlining/LateInlinePrinting.java fails after JDK-8319850
Matthias Baesken
mbaesken at openjdk.org
Thu Jan 30 13:03:48 UTC 2025
On Thu, 30 Jan 2025 10:05:15 GMT, SendaoYan <syan at openjdk.org> wrote:
> Hi all,
>
> This PR fix the test bug which report "VM option 'PrintInlining' is diagnostic and must be enabled via -XX:+UnlockDiagnosticVMOptions", also fix the 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.
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 .
Otherwise looks good to fix the issue in debug .
-------------
PR Comment: https://git.openjdk.org/jdk/pull/23364#issuecomment-2624454119
More information about the hotspot-compiler-dev
mailing list