8214484: ZGC: Exclude SA tests ClhsdbJhisto and TestHeapDumpFor*
Reviewed-by: shade, tschatzl
--- 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