RFR: 8369236: testlibrary_tests/ir_framework/tests/TestCompileThreshold.java timed out
    Albert Mingkun Yang 
    ayang at openjdk.org
       
    Tue Oct  7 08:29:53 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
Marked as reviewed by ayang (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/27667#pullrequestreview-3309001508
    
    
More information about the hotspot-compiler-dev
mailing list