< prev index next >

test/hotspot/jtreg/TEST.groups

Print this page
@@ -42,11 +42,11 @@
  hotspot_gc = \
    gc
  
  # By design this group should include ALL tests under runtime sub-directory
  hotspot_runtime = \
-   runtime
+   runtime \
  
  hotspot_runtime_no_cds = \
    runtime \
    -runtime/cds
  

@@ -54,10 +54,18 @@
    runtime/handshake
  
  hotspot_serviceability = \
    serviceability
  
+ hotspot_valhalla = \
+   runtime/valhalla \
+   compiler/valhalla \
+   serviceability/jvmti/Valhalla
+ 
+ hotspot_valhalla_runtime = \
+   runtime/valhalla
+ 
  hotspot_resourcehogs = \
    resourcehogs
  
  hotspot_misc = \
    / \

@@ -149,12 +157,12 @@
    :hotspot_compiler \
    -:tier1_compiler \
    -:hotspot_slow_compiler
  
  hotspot_slow_compiler = \
-   compiler/codegen/aes \
    compiler/codecache/stress \
+   compiler/codegen/aes \
    compiler/gcbarriers/PreserveFPRegistersTest.java \
    compiler/memoryinitialization/ZeroTLABTest.java \
    compiler/classUnloading/methodUnloading/TestOverloadCompileQueues.java \
    resourcehogs/compiler \
    :hotspot_compiler_arraycopy

@@ -205,10 +213,11 @@
    compiler/runtime/ \
    compiler/startup/ \
    compiler/types/ \
    compiler/uncommontrap/ \
    compiler/unsafe/ \
+   compiler/valhalla/ \
    compiler/vectorization/ \
    -compiler/intrinsics/bmi \
    -compiler/intrinsics/mathexact \
    -compiler/intrinsics/sha \
    -compiler/intrinsics/bigInteger/TestMultiplyToLen.java \

@@ -261,10 +270,17 @@
    -:tier2_compiler
  
  tier1_compiler_not_xcomp = \
    compiler/profiling
  
+ tier1_compiler_no_valhalla = \
+   :tier1_compiler_1 \
+   :tier1_compiler_2 \
+   :tier1_compiler_3 \
+   :tier1_compiler_not_xcomp \
+   -compiler/valhalla
+ 
  ctw_1 = \
    applications/ctw/modules/ \
    -:ctw_2 \
    -:ctw_3
  

@@ -407,10 +423,14 @@
   -runtime/Unsafe/RangeCheck.java \
    sanity/ \
   -:tier1_runtime_appcds_exclude \
   -runtime/signal
  
+ tier1_runtime_no_valhalla = \
+   :tier1_runtime \
+   -runtime/valhalla
+ 
  hotspot_cds = \
    runtime/cds/ \
    runtime/CompressedOops/
  
  hotspot_cds_only = \
< prev index next >