< prev index next >

test/hotspot/jtreg/TEST.groups

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

*** 60,10 ***
--- 60,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 = \
    / \

*** 203,10 ***
--- 211,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 \

*** 244,10 ***
--- 253,17 ---
  tier3_compiler = \
    :hotspot_compiler \
    -:tier1_compiler \
    -:tier2_compiler
  
+ 
+ tier1_compiler_no_valhalla = \
+   :tier1_compiler_1 \
+   :tier1_compiler_2 \
+   :tier1_compiler_3 \
+   -compiler/valhalla
+ 
  ctw_1 = \
    applications/ctw/modules/ \
    -:ctw_2 \
    -:ctw_3
  

*** 396,10 ***
--- 412,14 ---
    sanity/ \
   -:tier1_runtime_appcds_exclude \
   -runtime/signal \
   -runtime/stack
  
+ tier1_runtime_no_valhalla = \
+   :tier1_runtime \
+   -runtime/valhalla
+ 
  hotspot_cds = \
    runtime/cds/ \
    runtime/CompressedOops/
  
  hotspot_cds_only = \
< prev index next >