JDK 17 | JDK 21 | JDK 23 |
---|---|---|
17.0.14Fixed | 21.0.6Fixed | 23 b11Fixed |
Relates :
|
CtwRunner opts-in into various C2 randomizers: https://github.com/openjdk/jdk/blob/6a12362660d6221beb3a059dc90d06a8068cce39/test/hotspot/jtreg/testlibrary/ctw/src/sun/hotspot/tools/ctw/CtwRunner.java#L297-L301 I think we forgot to add -XX:+StressIncrementalInlining there, which was added by JDK-8319879.
|