RFR: 8273498: compiler/c2/Test7179138_1.java timed out

Roland Westrelin roland at openjdk.java.net
Thu Sep 9 08:05:07 UTC 2021


On Thu, 9 Sep 2021 06:11:34 GMT, Tobias Hartmann <thartmann at openjdk.org> wrote:

> The test times out with `-Xcomp` because it sets `-XX:RepeatCompilation=100` to give `-XX:+StressIGVN` a chance to reproduce the issue. I propose to simply remove the `RepeatCompilation`flag, given that tests are usually executed many times. That's also consistent with how we do it with other tests that use stress flags (for example, `TestDeadLoopSplitIfLoop.java`).
> 
> Thanks,
> Tobias

Looks good to me. Thanks for taking care of that failure.

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

Marked as reviewed by roland (Reviewer).

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


More information about the hotspot-compiler-dev mailing list