Integrated: 8253748: StressIGV tests fail with release VMs

Jie Fu jiefu at openjdk.java.net
Tue Sep 29 06:41:13 UTC 2020


On Mon, 28 Sep 2020 23:47:48 GMT, Jie Fu <jiefu at openjdk.org> wrote:

> The following StressIGV tests fails with release VMs
>   - compiler/arguments/TestStressIGVNOptions.java
>   - compiler/debug/TestGenerateStressSeed.java
>   - compiler/debug/TestStressIGVN.java
> 
> The reason is that VM option 'StressIGVN' is diagnostic and must be enabled via -XX:+UnlockDiagnosticVMOptions.
> 
> The fix adds '-XX:+UnlockDiagnosticVMOptions' option.
> And compiler/debug/TestStressIGVN.java should be only available for debug VMs since it depends
> on -XX:+TraceIterativeGVN.

This pull request has now been integrated.

Changeset: 9c17a35e
Author:    Jie Fu <jiefu at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/9c17a35e
Stats:     4 lines in 3 files changed: 0 ins; 0 del; 4 mod

8253748: StressIGV tests fail with release VMs

Reviewed-by: thartmann

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

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


More information about the hotspot-compiler-dev mailing list