Integrated: 8366569: Disable CompileTaskTimeout for known long-running test cases
Manuel Hässig
mhaessig at openjdk.org
Fri Sep 5 20:01:17 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:
> - [x] Github Actions
> - [x] tier1,tier2,tier3 and stress testing with fastdebug on Oracle supported platforms.
This pull request has now been integrated.
Changeset: 4ab2b5bd
Author: Manuel Hässig <mhaessig at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/4ab2b5bdb4e6d40a747d4088a25f7c6351131759
Stats: 21 lines in 5 files changed: 16 ins; 0 del; 5 mod
8366569: Disable CompileTaskTimeout for known long-running test cases
Reviewed-by: dlong
-------------
PR: https://git.openjdk.org/jdk/pull/27123
More information about the hotspot-compiler-dev
mailing list