| JDK 26 |
|---|
| 26 b17Fixed |
|
Causes :
|
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.
|