8214484: ZGC: Exclude SA tests ClhsdbJhisto and TestHeapDumpFor*
authorpliden
Mon, 03 Dec 2018 14:52:49 +0100
changeset 52797 55a05ed55768
parent 52796 2c8e6decb1c3
child 52798 5d292d59fe40
8214484: ZGC: Exclude SA tests ClhsdbJhisto and TestHeapDumpFor* Reviewed-by: shade, tschatzl
test/hotspot/jtreg/serviceability/sa/ClhsdbJhisto.java
test/hotspot/jtreg/serviceability/sa/TestHeapDumpForInvokeDynamic.java
test/hotspot/jtreg/serviceability/sa/TestHeapDumpForLargeArray.java
--- a/test/hotspot/jtreg/serviceability/sa/ClhsdbJhisto.java	Mon Dec 03 14:25:00 2018 +0100
+++ b/test/hotspot/jtreg/serviceability/sa/ClhsdbJhisto.java	Mon Dec 03 14:52:49 2018 +0100
@@ -34,6 +34,7 @@
  * @bug 8191658
  * @summary Test clhsdb jhisto command
  * @requires vm.hasSA
+ * @requires vm.gc != "Z"
  * @library /test/lib
  * @run main/othervm ClhsdbJhisto
  */
--- a/test/hotspot/jtreg/serviceability/sa/TestHeapDumpForInvokeDynamic.java	Mon Dec 03 14:25:00 2018 +0100
+++ b/test/hotspot/jtreg/serviceability/sa/TestHeapDumpForInvokeDynamic.java	Mon Dec 03 14:52:49 2018 +0100
@@ -50,6 +50,7 @@
  * @test
  * @library /test/lib
  * @requires vm.hasSAandCanAttach & os.family != "mac"
+ * @requires vm.gc != "Z"
  * @modules java.base/jdk.internal.misc
  *          jdk.hotspot.agent/sun.jvm.hotspot
  *          jdk.hotspot.agent/sun.jvm.hotspot.utilities
--- a/test/hotspot/jtreg/serviceability/sa/TestHeapDumpForLargeArray.java	Mon Dec 03 14:25:00 2018 +0100
+++ b/test/hotspot/jtreg/serviceability/sa/TestHeapDumpForLargeArray.java	Mon Dec 03 14:52:49 2018 +0100
@@ -47,6 +47,7 @@
  * @library /test/lib
  * @bug 8171084
  * @requires vm.hasSAandCanAttach & (vm.bits == "64" & os.maxMemory > 8g)
+ * @requires vm.gc != "Z"
  * @modules java.base/jdk.internal.misc
  *          jdk.hotspot.agent/sun.jvm.hotspot
  *          jdk.hotspot.agent/sun.jvm.hotspot.utilities