RFR: 8295005: compiler/loopopts/TestRemoveEmptyLoop.java fails with release VMs after JDK-8294839
Emanuel Peter
epeter at openjdk.org
Sun Oct 9 05:38:53 UTC 2022
On Sat, 8 Oct 2022 00:13:04 GMT, Jie Fu <jiefu at openjdk.org> wrote:
> Since we need to set `-XX:StressLongCountedLoop=0` to avoid timeout of the test.
> So only run it with debug VMs.
>
> Thanks.
> Best regards,
> Jie
@DamonFool First, sorry for the silly mistake and thanks for fixing it.
If we still want to run this test on develop machines, we could alternatively simply use `-XX:+IgnoreUnrecognizedVMOptions`. On product builds the default is already `-XX:StressLongCountedLoop=0`.
-------------
PR: https://git.openjdk.org/jdk/pull/10617
More information about the hotspot-compiler-dev
mailing list