Integrated: 8369236: testlibrary_tests/ir_framework/tests/TestCompileThreshold.java timed out

Christian Hagedorn chagedorn at openjdk.org
Thu Oct 9 13:37:16 UTC 2025


On Tue, 7 Oct 2025 07:45:15 GMT, Christian Hagedorn <chagedorn at openjdk.org> wrote:

> The test `testlibrary_tests/ir_framework/tests/TestCompileThreshold.java` times out intermittently after the timeout factor change (taking more than 120s). On my local machine, I measured around ~105-115s.
> 
> The test uses `CompileThreshold=10` which is almost like `Xcomp` and thus quite slow. However, the purpose of this test is not to stress the compiler but actually to verify that passing `CompileThreshold` to the IR framework over jtreg options is properly ignored. Therefore, we can use higher `CompileThreshold` values and achieve the same goal. With the proposed changes, the test finishes in ~10-15s on my local machine.
> 
> Thanks,
> Christian

This pull request has now been integrated.

Changeset: 005877b0
Author:    Christian Hagedorn <chagedorn at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/005877b0635f1a9547724168ebd894b1b61fc116
Stats:     13 lines in 1 file changed: 0 ins; 0 del; 13 mod

8369236: testlibrary_tests/ir_framework/tests/TestCompileThreshold.java timed out

Reviewed-by: ayang, dfenacci

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

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


More information about the hotspot-compiler-dev mailing list