RFR: 8253748: StressIGV tests fail with release VMs
Jie Fu
jiefu at openjdk.java.net
Tue Sep 29 06:41:12 UTC 2020
On Tue, 29 Sep 2020 06:00:42 GMT, Tobias Hartmann <thartmann 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.
Thanks @TobiHartmann for your review.
-------------
PR: https://git.openjdk.java.net/jdk/pull/390
More information about the hotspot-compiler-dev
mailing list