RFR: 8369236: testlibrary_tests/ir_framework/tests/TestCompileThreshold.java timed out
Christian Hagedorn
chagedorn at openjdk.org
Tue Oct 7 13:01:46 UTC 2025
On Tue, 7 Oct 2025 08:26:58 GMT, Albert Mingkun Yang <ayang 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
>
> Marked as reviewed by ayang (Reviewer).
Thanks @albertnetymk and @dafedafe for your reviews!
-------------
PR Comment: https://git.openjdk.org/jdk/pull/27667#issuecomment-3376785956
More information about the hotspot-compiler-dev
mailing list