8202273: [AOT] Graal does not support the CMS collector

Avoid running AOT and JVMCI tests with CMS

Reviewed-by: dcubed
This commit is contained in:
Vladimir Kozlov 2018-04-27 08:28:06 -07:00
parent a79484396d
commit 1b027ddfe9

@ -35,6 +35,10 @@ hotspot_compiler_xcomp = \
: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_3 = \
tier1_compiler_not_xcomp = \
compiler/aot
tier1_compiler_not_cms = \
compiler/aot \
compiler/jvmci
ctw_1 = \
applications/ctw/modules/ \
-:ctw_2 \