On Tue, 27 Jul 2021 09:24:38 GMT, Nick Gasson <ngas...@openjdk.org> wrote:
> 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. This pull request has now been integrated. Changeset: 9bc52afa Author: Nick Gasson <ngas...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/9bc52afa481c476ae9c379dff44ae8266777f616 Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod 8271323: [TESTBUG] serviceability/sa/ClhsdbCDSCore.java fails with -XX:TieredStopAtLevel=1 Reviewed-by: cjplummer, kvn ------------- PR: https://git.openjdk.java.net/jdk/pull/4910