8202273: [AOT] Graal does not support the CMS collector
authorkvn
Fri, 27 Apr 2018 08:28:06 -0700
changeset 49915 938478a66ad7
parent 49914 f82a7db36d30
child 49916 3c90c742952e
8202273: [AOT] Graal does not support the CMS collector Summary: avoid running AOT and JVMCI tests with CMS Reviewed-by: dcubed
test/hotspot/jtreg/TEST.groups
--- a/test/hotspot/jtreg/TEST.groups	Wed Apr 25 12:21:29 2018 -0400
+++ b/test/hotspot/jtreg/TEST.groups	Fri Apr 27 08:28:06 2018 -0700
@@ -35,6 +35,10 @@
   :hotspot_compiler \
   -:tier1_compiler_not_xcomp
 
+hotspot_compiler_all_gcs = \
+  :hotspot_compiler \
+  -:tier1_compiler_not_cms
+
 hotspot_gc = \
   gc
 
@@ -135,6 +139,10 @@
 tier1_compiler_not_xcomp = \
   compiler/aot
 
+tier1_compiler_not_cms = \
+  compiler/aot \
+  compiler/jvmci
+
 ctw_1 = \
   applications/ctw/modules/ \
   -:ctw_2 \