8274522: java/lang/management/ManagementFactory/MXBeanException.java test fails with Shenandoah

Reviewed-by: alanb, mchung
This commit is contained in:
Aleksey Shipilev 2021-09-30 06:55:24 +00:00
parent f8415a9b2f
commit c0533ef2d8

View File

@ -27,7 +27,7 @@
* @summary Check if a RuntimeException is wrapped by RuntimeMBeanException
* only once.
*
* @requires vm.gc != "Z"
* @requires vm.gc != "Z" & vm.gc != "Shenandoah"
* @author Mandy Chung
*
* @build MXBeanException