RFR: 8349040: Test compiler/inlining/LateInlinePrinting.java fails after JDK-8319850

SendaoYan syan at openjdk.org
Thu Jan 30 14:41:20 UTC 2025


On Thu, 30 Jan 2025 13:00:47 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:

> 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 .

I think the VM option '-XX:+UnlockDiagnosticVMOptions' is unnecessary after add `@requires vm.debug == true`. Thanks for the suggest.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/23364#issuecomment-2624684127


More information about the hotspot-compiler-dev mailing list