Integrated: 8365909: [REDO] Add a compilation timeout flag to catch long running compilations
Manuel Hässig
mhaessig at openjdk.org
Tue Aug 26 13:26:46 UTC 2025
On Thu, 21 Aug 2025 11:56:17 GMT, Manuel Hässig <mhaessig at openjdk.org> wrote:
> This PR adds a timeout for compilation tasks based on timer signals on Linux debug builds.
>
> This PR is a redo of #25872 with fixes for the failing test.
>
> Testing:
> - [x] Github Actions
> - [x] tier1,tier2 plus internal testing on all Oracle supproted platforms
> - [x] tier3,tier4 on linux-x64-debug
> - [x] tier1,tier2,tier3,tier4 on linux-x64-debug with `-XX:CompileTaskTimeout=60000`
This pull request has now been integrated.
Changeset: aae13af0
Author: Manuel Hässig <mhaessig at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/aae13af04bda541a80f74adff5dbf65f44c8271a
Stats: 281 lines in 8 files changed: 278 ins; 0 del; 3 mod
8365909: [REDO] Add a compilation timeout flag to catch long running compilations
Co-authored-by: Dean Long <dlong at openjdk.org>
Reviewed-by: chagedorn, dlong
-------------
PR: https://git.openjdk.org/jdk/pull/26882
More information about the hotspot-compiler-dev
mailing list