On Wed, 29 Sep 2021 17:56:00 GMT, Aleksey Shipilev <sh...@openjdk.org> wrote:
> Currently it fails with: > > > $ CONF=linux-x86_64-server-fastdebug make run-test > TEST=java/lang/management/MemoryMXBean/MemoryTest.java > > STDERR: > java.lang.RuntimeException: TEST FAILED: Number of heap pools = 1 but > expected <= 3 and >= 3 > > > Z already handles it with a special configuration, Shenandoah should do the > same. > > Additional testing: > - [x] Affected test now works for Shenandoah > - [x] Affected test still works for Z > - [x] Affected test still works for G1 Marked as reviewed by mchung (Reviewer). ------------- PR: https://git.openjdk.java.net/jdk/pull/5758