Integrated: 8273498: compiler/c2/Test7179138_1.java timed out
Tobias Hartmann
thartmann at openjdk.java.net
Thu Sep 9 13:58: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
This pull request has now been integrated.
Changeset: c81690d7
Author: Tobias Hartmann <thartmann at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/c81690d7166c32caff6ef3a55fe9b157049e2b56
Stats: 3 lines in 2 files changed: 0 ins; 2 del; 1 mod
8273498: compiler/c2/Test7179138_1.java timed out
Reviewed-by: roland
-------------
PR: https://git.openjdk.java.net/jdk/pull/5431
More information about the hotspot-compiler-dev
mailing list