RFR: 8295005: compiler/loopopts/TestRemoveEmptyLoop.java fails with release VMs after JDK-8294839

Jie Fu jiefu at openjdk.org
Sun Oct 9 06:14:54 UTC 2022


On Sun, 9 Oct 2022 05:36:46 GMT, Emanuel Peter <epeter at openjdk.org> wrote:

> 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`.

Thanks @eme64 for the review.

Right.
Since we can't change the default value of `StressLongCountedLoop` in product VMs, it's safe to do so.
Updated.
Thanks.

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

PR: https://git.openjdk.org/jdk/pull/10617


More information about the hotspot-compiler-dev mailing list