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

SendaoYan syan at openjdk.org
Thu Jan 30 15:16:52 UTC 2025


On Thu, 30 Jan 2025 14:57:42 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:

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

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

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


More information about the hotspot-compiler-dev mailing list