test/hotspot/jtreg/gc/whitebox/TestWBGC.java
changeset 50525 767cdb97f103
parent 48791 6e079ff6c83c
child 52925 9c18c9d839d3
--- a/test/hotspot/jtreg/gc/whitebox/TestWBGC.java	Tue Jun 12 07:52:30 2018 -0700
+++ b/test/hotspot/jtreg/gc/whitebox/TestWBGC.java	Tue Jun 12 17:40:28 2018 +0200
@@ -25,6 +25,7 @@
  * @test TestWBGC
  * @bug 8055098
  * @summary Test verify that WB methods isObjectInOldGen and youngGC works correctly.
+ * @requires vm.gc != "Z"
  * @library /test/lib
  * @modules java.base/jdk.internal.misc
  *          java.management