# HG changeset patch # User iignatyev # Date 1524177066 25200 # Node ID f7e69d07138d6caefad1ff9a91700fd54513b573 # Parent 485677a0016f3ec8d49faf70f84f953aa4196a33 8202037: Split slow ctw_1 tests Reviewed-by: kvn diff -r 485677a0016f -r f7e69d07138d test/hotspot/jtreg/TEST.groups --- a/test/hotspot/jtreg/TEST.groups Thu Apr 19 18:07:24 2018 +0000 +++ b/test/hotspot/jtreg/TEST.groups Thu Apr 19 15:31:06 2018 -0700 @@ -70,7 +70,13 @@ hotspot_not_fast_compiler = \ :hotspot_compiler \ - -:tier1_compiler + -:tier1_compiler \ + -:hotspot_slow_compiler + +hotspot_slow_compiler = \ + compiler/codegen/aes \ + compiler/codecache/stress \ + compiler/gcbarriers/PreserveFPRegistersTest.java tier1_compiler_1 = \ compiler/arraycopy/ \ @@ -102,9 +108,7 @@ compiler/integerArithmetic/ \ compiler/interpreter/ \ compiler/jvmci/ \ - -compiler/codegen/aes \ - -compiler/codecache/stress \ - -compiler/gcbarriers/PreserveFPRegistersTest.java + -:hotspot_slow_compiler tier1_compiler_3 = \ compiler/intrinsics/ \ @@ -133,12 +137,21 @@ ctw_1 = \ applications/ctw/modules/ \ - -:ctw_2 + -:ctw_2 \ + -:ctw_3 ctw_2 = \ applications/ctw/modules/java_base.java \ applications/ctw/modules/java_desktop.java +ctw_3 = \ + applications/ctw/modules/javafx_graphics.java \ + applications/ctw/modules/java_xml.java \ + applications/ctw/modules/jdk_compiler.java \ + applications/ctw/modules/jdk_internal_vm_compiler.java \ + applications/ctw/modules/jdk_localedata.java \ + applications/ctw/modules/jdk_scripting_nashorn.java \ + tier1_gc = \ :tier1_gc_1 \ :tier1_gc_2 \