Integrated: 8335142: compiler/c1/TestTraceLinearScanLevel.java occasionally times out with -Xcomp
Christian Hagedorn
chagedorn at openjdk.org
Fri Jun 28 09:26:22 UTC 2024
On Thu, 27 Jun 2024 08:35:05 GMT, Christian Hagedorn <chagedorn at openjdk.org> wrote:
> The test`compiler/c1/TestTraceLinearScanLevel.java` is occasionally timing out on macosx-x64 when running with `-Xcomp`. The test's purpose is to sanity check the `TraceLinearScanLevel` flag with a hello world like test. It runs with the highest level which prints quite a lot of data which takes time. It becomes even worse when running with `-Xcomp`. Since we only want to sanity check the flag, there is not that much benefit in additionally running this test with `-Xcomp`. This only unnecessarily increases the time to run this test.
>
> I therefore exclude the test from running with `-Xcomp`. As a trade-off, I added `-Xbatch` to at least cover all the C1 compiled methods from start-up.
>
> Thanks,
> Christian
This pull request has now been integrated.
Changeset: 6f4ddc2f
Author: Christian Hagedorn <chagedorn at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/6f4ddc2f6bf0dd9a626a76d0f5e56a54c6cf6b65
Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod
8335142: compiler/c1/TestTraceLinearScanLevel.java occasionally times out with -Xcomp
Reviewed-by: thartmann, kvn
-------------
PR: https://git.openjdk.org/jdk/pull/19923
More information about the hotspot-compiler-dev
mailing list