RFR: 8273629: compiler/uncommontrap/TestDeoptOOM.java fails with release VMs

Jie Fu jiefu at openjdk.java.net
Sat Sep 11 06:25:02 UTC 2021


Hi all,

The test fails since VM option 'LogCompilation' is diagnostic and must be enabled via -XX:+UnlockDiagnosticVMOptions.
So only `-XX:+UnlockDiagnosticVMOptions` is added to fix it.

Thanks.
Best regards,
Jie

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

Commit messages:
 - 8273629: compiler/uncommontrap/TestDeoptOOM.java fails with release VMs

Changes: https://git.openjdk.java.net/jdk/pull/5479/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=5479&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8273629
  Stats: 1 line in 1 file changed: 1 ins; 0 del; 0 mod
  Patch: https://git.openjdk.java.net/jdk/pull/5479.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/5479/head:pull/5479

PR: https://git.openjdk.java.net/jdk/pull/5479


More information about the hotspot-compiler-dev mailing list