Skip to content

Commit c0533ef

Browse files
committedSep 30, 2021
8274522: java/lang/management/ManagementFactory/MXBeanException.java test fails with Shenandoah
Reviewed-by: alanb, mchung
1 parent f8415a9 commit c0533ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/jdk/java/lang/management/ManagementFactory/MXBeanException.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
* @summary Check if a RuntimeException is wrapped by RuntimeMBeanException
2828
* only once.
2929
*
30-
* @requires vm.gc != "Z"
30+
* @requires vm.gc != "Z" & vm.gc != "Shenandoah"
3131
* @author Mandy Chung
3232
*
3333
* @build MXBeanException

0 commit comments

Comments
 (0)
Please sign in to comment.