8274523: java/lang/management/MemoryMXBean/MemoryTest.java test should handle Shenandoah

Reviewed-by: mchung, cjplummer
This commit is contained in:
Aleksey Shipilev 2021-09-30 06:54:13 +00:00
parent 355356c405
commit f8415a9b2f

View File

@ -26,7 +26,7 @@
* @bug 4530538
* @summary Basic unit test of MemoryMXBean.getMemoryPools() and
* MemoryMXBean.getMemoryManager().
* @requires vm.gc != "Z"
* @requires vm.gc != "Z" & vm.gc != "Shenandoah"
* @author Mandy Chung
*
* @modules jdk.management
@ -38,7 +38,7 @@
* @bug 4530538
* @summary Basic unit test of MemoryMXBean.getMemoryPools() and
* MemoryMXBean.getMemoryManager().
* @requires vm.gc == "Z"
* @requires vm.gc == "Z" | vm.gc == "Shenandoah"
* @author Mandy Chung
*
* @modules jdk.management