-
Bug
-
Resolution: Unresolved
-
P4
-
26
-
Fix Understood
The CompileTaskTimeout is supposed to limit the amount of time spent on a single compilation. However, it operates on a compilation task, which can contain multiple compilation of the same method when -XX:RepeatCompilation is used. The timeout should be reset for every compilation so tests using -XX:RepeatCompilation do not need special longer timeouts.
- caused by
-
JDK-8365909 [REDO] Add a compilation timeout flag to catch long running compilations
-
- Resolved
-
- links to
-
Review(pr/27094) openjdk/jdk/27120