< prev index next >

test/TEST.groups

Print this page
rev 11467 : [mq]: JDK-8234096-test.patch


 146   gc/arguments/TestUseCompressedOopsErgo.java \
 147   gc/arguments/TestAlignmentToUseLargePages.java \
 148   gc/logging/TestGCId.java \
 149   gc/metaspace/TestMetaspacePerfCounters.java \
 150   gc/startup_warnings/TestShenandoah.java \
 151   gc/shenandoah/
 152   -gc/shenandoah/TestStringDedupStress.java \
 153   -gc/shenandoah/jni/TestCriticalNativeStress.sh \
 154   -:hotspot_tier1_gc_shenandoah
 155 
 156 hotspot_tier3_gc_shenandoah = \
 157   gc/shenandoah/TestStringDedupStress.java \
 158   gc/shenandoah/jni/TestCriticalNativeStress.sh \
 159   -:hotspot_tier2_gc_shenandoah
 160 
 161 hotspot_gc_shenandoah = \
 162   :hotspot_tier1_gc_shenandoah \
 163   :hotspot_tier2_gc_shenandoah \
 164   :hotspot_tier3_gc_shenandoah
 165 



 166 hotspot_runtime = \
 167   sanity/ExecuteInternalVMTests.java
 168 
 169 hotspot_serviceability = \
 170   sanity/ExecuteInternalVMTests.java
 171 
 172 hotspot_all = \
 173   :hotspot_compiler \
 174   :hotspot_gc \
 175   :hotspot_runtime \
 176   :hotspot_serviceability
 177 
 178 # Right now tier1 runs all hotspot tests
 179 hotspot_tier1 = \
 180   :jdk
 181 
 182 # Tests that require compact3 API's
 183 #
 184 needs_compact3 = \
 185   compiler/jsr292/RedefineMethodUsedByMultipleMethodHandles.java \




 146   gc/arguments/TestUseCompressedOopsErgo.java \
 147   gc/arguments/TestAlignmentToUseLargePages.java \
 148   gc/logging/TestGCId.java \
 149   gc/metaspace/TestMetaspacePerfCounters.java \
 150   gc/startup_warnings/TestShenandoah.java \
 151   gc/shenandoah/
 152   -gc/shenandoah/TestStringDedupStress.java \
 153   -gc/shenandoah/jni/TestCriticalNativeStress.sh \
 154   -:hotspot_tier1_gc_shenandoah
 155 
 156 hotspot_tier3_gc_shenandoah = \
 157   gc/shenandoah/TestStringDedupStress.java \
 158   gc/shenandoah/jni/TestCriticalNativeStress.sh \
 159   -:hotspot_tier2_gc_shenandoah
 160 
 161 hotspot_gc_shenandoah = \
 162   :hotspot_tier1_gc_shenandoah \
 163   :hotspot_tier2_gc_shenandoah \
 164   :hotspot_tier3_gc_shenandoah
 165 
 166 hotspot_jvmti_gc_shenandoah = \
 167   gc/shenandoah/jvmti/TestGetLoadedClasses.sh \
 168 
 169 hotspot_runtime = \
 170   sanity/ExecuteInternalVMTests.java
 171 
 172 hotspot_serviceability = \
 173   sanity/ExecuteInternalVMTests.java
 174 
 175 hotspot_all = \
 176   :hotspot_compiler \
 177   :hotspot_gc \
 178   :hotspot_runtime \
 179   :hotspot_serviceability
 180 
 181 # Right now tier1 runs all hotspot tests
 182 hotspot_tier1 = \
 183   :jdk
 184 
 185 # Tests that require compact3 API's
 186 #
 187 needs_compact3 = \
 188   compiler/jsr292/RedefineMethodUsedByMultipleMethodHandles.java \


< prev index next >