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

Jie Fu jiefu at openjdk.java.net
Tue Dec 14 22:54:11 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

This pull request has now been integrated.

Changeset: f48a3e86
Author:    Jie Fu <jiefu at openjdk.org>
URL:       https://git.openjdk.java.net/jdk18/commit/f48a3e86d0274912160f3c415f92741eefa1cb1d
Stats:     11 lines in 1 file changed: 9 ins; 1 del; 1 mod

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

Reviewed-by: dcubed

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

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


More information about the hotspot-compiler-dev mailing list