-
Bug
-
Resolution: Fixed
-
P4
-
26
-
b17
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
-
Commit(master) openjdk/jdk/94a301a7
-
Review(master) openjdk/jdk/27120