8204103: Mark test serviceability/dcmd/compiler/CompilerQueueTest.java as intermittent and exclude it from tier1

Reviewed-by: kvn, jwilhelm
This commit is contained in:
Leonid Mesnik 2018-06-05 02:15:37 +02:00 committed by Jesper Wilhelmsson
parent 2a1a55cc26
commit f8d429f9c1
3 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -267,6 +267,7 @@ tier1_runtime_appcds_exclude = \
tier1_serviceability = \
serviceability/dcmd/compiler \
-serviceability/dcmd/compiler/CompilerQueueTest.java \
serviceability/logging \
serviceability/sa \
-serviceability/sa/ClhsdbScanOops.java \

View File

@ -24,6 +24,7 @@
/*
* @test CompilerQueueTest
* @bug 8054889
* @key intermittent
* @library /test/lib /
* @modules java.base/jdk.internal.misc
* java.compiler