RFR: 8366569: Disable CompileTaskTimeout for known long-running test cases
    Dean Long 
    dlong at openjdk.org
       
    Fri Sep  5 19:58:09 UTC 2025
    
    
  
On Fri, 5 Sep 2025 16:59:18 GMT, Manuel Hässig <mhaessig at openjdk.org> wrote:
> This PR deliberately disables compile task timeouts using `-XX:CompileTaskTimeout=0` on some tests that are known to have long compilation times due to their construction. Disabling the timeouts in the task description enables running all other tests in the test suite in a Ci with a lower timeout and thus a higher chance of discovering degenerate compilations.
> 
> In a perfect world, timeout values passed from the commandline would be increased by some factor to also have timeouts on these tests when requested. However, I am working with the tools I know and have...
> 
> Testing:
>  - [ ] Github Actions
>  - [x] tier1,tier2,tier3 and stress testing with fastdebug on Oracle supported platforms.
Looks good, and trivial.
-------------
Marked as reviewed by dlong (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/27123#pullrequestreview-3190614580
    
    
More information about the hotspot-compiler-dev
mailing list