8204103: Mark test serviceability/dcmd/compiler/CompilerQueueTest.java as intermittent and exclude it from tier1
Reviewed-by: kvn, jwilhelm
Contributed-by: leonid.mesnik@oracle.com
--- a/test/hotspot/jtreg/TEST.ROOT Mon Jun 04 20:14:13 2018 -0400
+++ b/test/hotspot/jtreg/TEST.ROOT Tue Jun 05 02:15:37 2018 +0200
@@ -27,7 +27,7 @@
# It also contains test-suite configuration information.
# The list of keywords supported in this test suite
-keys=cte_test jcmd nmt regression gc stress metaspace headful
+keys=cte_test jcmd nmt regression gc stress metaspace headful intermittent
groups=TEST.groups
--- a/test/hotspot/jtreg/TEST.groups Mon Jun 04 20:14:13 2018 -0400
+++ b/test/hotspot/jtreg/TEST.groups Tue Jun 05 02:15:37 2018 +0200
@@ -267,6 +267,7 @@
tier1_serviceability = \
serviceability/dcmd/compiler \
+ -serviceability/dcmd/compiler/CompilerQueueTest.java \
serviceability/logging \
serviceability/sa \
-serviceability/sa/ClhsdbScanOops.java \
--- a/test/hotspot/jtreg/serviceability/dcmd/compiler/CompilerQueueTest.java Mon Jun 04 20:14:13 2018 -0400
+++ b/test/hotspot/jtreg/serviceability/dcmd/compiler/CompilerQueueTest.java Tue Jun 05 02:15:37 2018 +0200
@@ -24,6 +24,7 @@
/*
* @test CompilerQueueTest
* @bug 8054889
+ * @key intermittent
* @library /test/lib /
* @modules java.base/jdk.internal.misc
* java.compiler