RFR: 8253748: StressIGV tests fail with release VMs
Tobias Hartmann
thartmann at openjdk.java.net
Tue Sep 29 06:03:10 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.
Looks good and trivial.
-------------
Marked as reviewed by thartmann (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/390
More information about the hotspot-compiler-dev
mailing list