JDK 11 | JDK 17 | JDK 18 |
---|---|---|
11.0.19-oracleFixed | 17.0.2Fixed | 18 b08Fixed |
Relates :
|
|
Relates :
|
This test fails reliably with -XX:TieredStopAtLevel=1 since JDK-8251462. MDOs are no longer allocated in this mode so the clhsdb printmdo -a command prints nothing. The failure is basically the same as JDK-8236042 which happened with -Xcomp -XX:TieredStopAtLevel=1, so the workaround for that just needs to be adjusted slightly.
|