< prev index next >

test/TEST.groups

Print this page
rev 12117 : Pin regions that contain JNI critical regions, instead of bail-and-retry protocol.


 314   compiler/macronodes/ \
 315   compiler/memoryinitialization/ \
 316   compiler/osr/ \
 317   compiler/regalloc/ \
 318   compiler/runtime/ \
 319   compiler/startup/ \
 320   compiler/types/ \
 321   compiler/uncommontrap/ \
 322   compiler/unsafe/ \
 323   -compiler/intrinsics/bmi \
 324   -compiler/intrinsics/mathexact \
 325   -compiler/intrinsics/sha \
 326   -compiler/intrinsics/bigInteger/TestMultiplyToLen.java \
 327   -compiler/intrinsics/zip/TestAdler32.java \
 328   -compiler/loopopts/Test7052494.java \
 329   -compiler/runtime/Test6826736.java
 330 
 331 hotspot_fast_compiler_closed = \
 332   sanity/ExecuteInternalVMTests.java
 333 



 334 hotspot_fast_gc_1 = \
 335   gc/g1/
 336 
 337 hotspot_fast_gc_2 = \
 338   sanity/ExecuteInternalVMTests.java \
 339   gc/ \
 340   -gc/g1/ \
 341   -gc/logging/TestUnifiedLoggingSwitchStress.java \
 342   -gc/stress \
 343   -gc/survivorAlignment/TestPromotionFromSurvivorToTenuredAfterMinorGC.java \
 344   -gc/cms/TestMBeanCMS.java \
 345   -gc/metaspace/CompressedClassSpaceSizeInJmapHeap.java
 346 
 347 hotspot_fast_gc_closed = \
 348   sanity/ExecuteInternalVMTests.java
 349 
 350 hotspot_fast_gc_gcold = \
 351   gc/stress/TestGCOld.java
 352 
 353 hotspot_fast_runtime = \




 314   compiler/macronodes/ \
 315   compiler/memoryinitialization/ \
 316   compiler/osr/ \
 317   compiler/regalloc/ \
 318   compiler/runtime/ \
 319   compiler/startup/ \
 320   compiler/types/ \
 321   compiler/uncommontrap/ \
 322   compiler/unsafe/ \
 323   -compiler/intrinsics/bmi \
 324   -compiler/intrinsics/mathexact \
 325   -compiler/intrinsics/sha \
 326   -compiler/intrinsics/bigInteger/TestMultiplyToLen.java \
 327   -compiler/intrinsics/zip/TestAdler32.java \
 328   -compiler/loopopts/Test7052494.java \
 329   -compiler/runtime/Test6826736.java
 330 
 331 hotspot_fast_compiler_closed = \
 332   sanity/ExecuteInternalVMTests.java
 333 
 334 hotspot_fast_gc_shenandoah = \
 335   gc/shenandoah/
 336 
 337 hotspot_fast_gc_1 = \
 338   gc/g1/
 339 
 340 hotspot_fast_gc_2 = \
 341   sanity/ExecuteInternalVMTests.java \
 342   gc/ \
 343   -gc/g1/ \
 344   -gc/logging/TestUnifiedLoggingSwitchStress.java \
 345   -gc/stress \
 346   -gc/survivorAlignment/TestPromotionFromSurvivorToTenuredAfterMinorGC.java \
 347   -gc/cms/TestMBeanCMS.java \
 348   -gc/metaspace/CompressedClassSpaceSizeInJmapHeap.java
 349 
 350 hotspot_fast_gc_closed = \
 351   sanity/ExecuteInternalVMTests.java
 352 
 353 hotspot_fast_gc_gcold = \
 354   gc/stress/TestGCOld.java
 355 
 356 hotspot_fast_runtime = \


< prev index next >