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

Daniel D.Daugherty dcubed at openjdk.java.net
Tue Dec 14 15:54:13 UTC 2021


On Tue, 14 Dec 2021 11:18:54 GMT, Jie Fu <jiefu at openjdk.org> wrote:

> 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

Thumbs up. This is a trivial fix.

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

Marked as reviewed by dcubed (Reviewer).

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


More information about the hotspot-compiler-dev mailing list