[jdk18] RFR: 8278758: runtime/BootstrapMethod/BSMCalledTwice.java fails with release VMs after JDK-8262134

Jie Fu jiefu at openjdk.java.net
Tue Dec 14 11:27:46 UTC 2021


Hi all,

runtime/BootstrapMethod/BSMCalledTwice.java fails with release VMs due to 'DeoptimizeALot' is develop after JDK-8262134.
This is because `-XX:+DeoptimizeALot` and `-XX:+VerifyStack` are develop and are available only in debug version.

The fix only run the test config added by JDK-8262134 with debug VMs.

Thanks.
Best regards,
Jie

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

Commit messages:
 - 8278758: runtime/BootstrapMethod/BSMCalledTwice.java fails with release VMs after JDK-8262134

Changes: https://git.openjdk.java.net/jdk18/pull/21/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk18&pr=21&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8278758
  Stats: 11 lines in 1 file changed: 9 ins; 1 del; 1 mod
  Patch: https://git.openjdk.java.net/jdk18/pull/21.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk18 pull/21/head:pull/21

PR: https://git.openjdk.java.net/jdk18/pull/21


More information about the hotspot-compiler-dev mailing list