test/hotspot/jtreg/TEST.groups
branchepsilon-gc-branch
changeset 55934 912c55e702d6
parent 55767 8e22715afabc
parent 47908 d6d00f785f39
child 55974 06122633fead
equal deleted inserted replaced
55802:b2b4df384c83 55934:912c55e702d6
    22 #
    22 #
    23 
    23 
    24 hotspot_all = \
    24 hotspot_all = \
    25   /
    25   /
    26 
    26 
       
    27 hotspot_all_no_apps = \
       
    28   / \
       
    29   -applications
       
    30 
    27 hotspot_compiler = \
    31 hotspot_compiler = \
    28   compiler
    32   compiler
    29 
    33 
    30 hotspot_gc = \
    34 hotspot_gc = \
    31   gc
    35   gc
    32 
    36 
    33 hotspot_runtime = \
    37 hotspot_runtime = \
    34   runtime
    38   runtime
       
    39 
       
    40 hotspot_handshake = \
       
    41   runtime/handshake
    35 
    42 
    36 hotspot_serviceability = \
    43 hotspot_serviceability = \
    37   serviceability
    44   serviceability
    38 
    45 
    39 hotspot_misc = \
    46 hotspot_misc = \
   105   -compiler/intrinsics/bigInteger/TestMultiplyToLen.java \
   112   -compiler/intrinsics/bigInteger/TestMultiplyToLen.java \
   106   -compiler/intrinsics/zip/TestAdler32.java \
   113   -compiler/intrinsics/zip/TestAdler32.java \
   107   -compiler/loopopts/Test7052494.java \
   114   -compiler/loopopts/Test7052494.java \
   108   -compiler/runtime/Test6826736.java
   115   -compiler/runtime/Test6826736.java
   109 
   116 
   110 hotspot_tier1_compiler_closed = \
       
   111   sanity/ExecuteInternalVMTests.java
       
   112 
       
   113 hotspot_not_fast_compiler = \
   117 hotspot_not_fast_compiler = \
   114   :hotspot_compiler \
   118   :hotspot_compiler \
   115   -:hotspot_tier1_compiler_1 \
   119   -:hotspot_tier1_compiler_1 \
   116   -:hotspot_tier1_compiler_2 \
   120   -:hotspot_tier1_compiler_2 \
   117   -:hotspot_tier1_compiler_3 \
   121   -:hotspot_tier1_compiler_3 \
   118   -:hotspot_tier1_compiler_closed
       
   119 
   122 
   120 hotspot_gc_epsilon = \
   123 hotspot_gc_epsilon = \
   121   gc/epsilon/
   124   gc/epsilon/
   122 
   125 
   123 hotspot_tier1_gc_1 = \
   126 hotspot_tier1_gc_1 = \
   130   -gc/logging/TestUnifiedLoggingSwitchStress.java \
   133   -gc/logging/TestUnifiedLoggingSwitchStress.java \
   131   -gc/stress \
   134   -gc/stress \
   132   -gc/survivorAlignment/TestPromotionFromSurvivorToTenuredAfterMinorGC.java \
   135   -gc/survivorAlignment/TestPromotionFromSurvivorToTenuredAfterMinorGC.java \
   133   -gc/cms/TestMBeanCMS.java \
   136   -gc/cms/TestMBeanCMS.java \
   134   -gc/metaspace/CompressedClassSpaceSizeInJmapHeap.java
   137   -gc/metaspace/CompressedClassSpaceSizeInJmapHeap.java
   135 
       
   136 hotspot_tier1_gc_closed = \
       
   137   sanity/ExecuteInternalVMTests.java
       
   138 
   138 
   139 hotspot_tier1_gc_gcold = \
   139 hotspot_tier1_gc_gcold = \
   140   gc/stress/gcold/TestGCOldWithG1.java
   140   gc/stress/gcold/TestGCOldWithG1.java
   141   gc/stress/gcold/TestGCOldWithCMS.java
   141   gc/stress/gcold/TestGCOldWithCMS.java
   142   gc/stress/gcold/TestGCOldWithSerial.java
   142   gc/stress/gcold/TestGCOldWithSerial.java
   188  -runtime/SharedArchiveFile/DefaultUseWithClient.java \
   188  -runtime/SharedArchiveFile/DefaultUseWithClient.java \
   189  -runtime/SharedArchiveFile/SharedBaseAddress.java \
   189  -runtime/SharedArchiveFile/SharedBaseAddress.java \
   190  -runtime/Thread/CancellableThreadTest.java \
   190  -runtime/Thread/CancellableThreadTest.java \
   191  -runtime/Thread/TestThreadDumpMonitorContention.java \
   191  -runtime/Thread/TestThreadDumpMonitorContention.java \
   192  -runtime/Unsafe/RangeCheck.java \
   192  -runtime/Unsafe/RangeCheck.java \
       
   193  -runtime/containers/ \
   193   sanity/ \
   194   sanity/ \
   194   testlibrary_tests/TestMutuallyExclusivePlatformPredicates.java
   195   testlibrary_tests/TestMutuallyExclusivePlatformPredicates.java
   195 
   196 
   196 hotspot_cds = \
   197 hotspot_cds = \
   197   runtime/SharedArchiveFile/ \
   198   runtime/SharedArchiveFile/ \
   198   runtime/CompressedOops/
   199   runtime/CompressedOops/
   199 
   200 
   200 
   201 
   201 hotspot_tier1_serviceability = \
   202 hotspot_tier1_serviceability = \
   202   serviceability/dcmd/compiler \
   203   serviceability/dcmd/compiler \
   203   serviceability/logging
   204   serviceability/logging \
       
   205   serviceability/sa
   204 
   206 
   205 hotspot_tier1 = \
   207 hotspot_tier1 = \
   206   :hotspot_tier1_common \
   208   :hotspot_tier1_common \
   207   :hotspot_tier1_compiler_1 \
   209   :hotspot_tier1_compiler_1 \
   208   :hotspot_tier1_compiler_2 \
   210   :hotspot_tier1_compiler_2 \
   209   :hotspot_tier1_compiler_3 \
   211   :hotspot_tier1_compiler_3 \
   210   :hotspot_tier1_compiler_closed \
       
   211   :hotspot_tier1_gc_1 \
   212   :hotspot_tier1_gc_1 \
   212   :hotspot_tier1_gc_2 \
   213   :hotspot_tier1_gc_2 \
   213   :hotspot_tier1_gc_closed \
       
   214   :hotspot_tier1_gc_gcold \
   214   :hotspot_tier1_gc_gcold \
   215   :hotspot_tier1_runtime \
   215   :hotspot_tier1_runtime \
   216   :hotspot_tier1_serviceability
   216   :hotspot_tier1_serviceability
   217 
   217 
   218 hotspot_tier2_runtime = \
   218 hotspot_tier2_runtime = \
   219   runtime/ \
   219   runtime/ \
   220   serviceability/ \
   220   serviceability/ \
   221  -runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java \
   221  -runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java \
   222  -runtime/Thread/TestThreadDumpMonitorContention.java \
   222  -runtime/Thread/TestThreadDumpMonitorContention.java \
       
   223  -runtime/containers/ \
   223  -:hotspot_tier1_runtime \
   224  -:hotspot_tier1_runtime \
   224  -:hotspot_tier1_serviceability \
   225  -:hotspot_tier1_serviceability \
   225  -:hotspot_tier2_runtime_platform_agnostic
   226  -:hotspot_tier2_runtime_platform_agnostic
   226 
   227 
   227 hotspot_tier2_runtime_platform_agnostic = \
   228 hotspot_tier2_runtime_platform_agnostic = \
   229  -:hotspot_tier1_runtime
   230  -:hotspot_tier1_runtime
   230 
   231 
   231 hotspot_tier3_runtime = \
   232 hotspot_tier3_runtime = \
   232   runtime/ \
   233   runtime/ \
   233   serviceability/ \
   234   serviceability/ \
       
   235  -runtime/containers/ \
   234  -:hotspot_tier1_runtime \
   236  -:hotspot_tier1_runtime \
   235  -:hotspot_tier1_serviceability \
   237  -:hotspot_tier1_serviceability \
   236  -:hotspot_tier2_runtime_platform_agnostic \
   238  -:hotspot_tier2_runtime_platform_agnostic \
   237  -:hotspot_tier2_runtime
   239  -:hotspot_tier2_runtime
   238 
   240