< prev index next >

test/TEST.groups

Print this page




 293   compiler/macronodes/ \
 294   compiler/memoryinitialization/ \
 295   compiler/osr/ \
 296   compiler/regalloc/ \
 297   compiler/runtime/ \
 298   compiler/startup/ \
 299   compiler/types/ \
 300   compiler/uncommontrap/ \
 301   compiler/unsafe/ \
 302   -compiler/intrinsics/adler32 \
 303   -compiler/intrinsics/bmi \
 304   -compiler/intrinsics/mathexact \
 305   -compiler/intrinsics/multiplytolen \
 306   -compiler/intrinsics/sha \
 307   -compiler/loopopts/7052494 \
 308   -compiler/runtime/6826736
 309 
 310 hotspot_compiler_closed = \
 311   sanity/ExecuteInternalVMTests.java
 312 
 313 hotspot_gc = \



 314   sanity/ExecuteInternalVMTests.java \
 315   gc/ \
 316   -gc/g1/TestGreyReclaimedHumongousObjects.java \


 317   -gc/metaspace/CompressedClassSpaceSizeInJmapHeap.java
 318 
 319 hotspot_gc_closed = \
 320   sanity/ExecuteInternalVMTests.java
 321 
 322 hotspot_gc_gcold = \
 323   stress/gc/TestGCOld.java
 324 
 325 hotspot_runtime = \
 326   runtime/ \
 327  -runtime/ErrorHandling/ErrorHandler.java \
 328  -runtime/RedefineObject/TestRedefineObject.java \
 329  -runtime/8003720/Test8003720.java \
 330  -runtime/Metaspace/FragmentMetaspace.java \
 331  -runtime/Metaspace/FragmentMetaspaceSimple.java \
 332  -runtime/Thread/TestThreadDumpMonitorContention.java \
 333  -runtime/SharedArchiveFile/SharedBaseAddress.java \
 334  -runtime/memory/ReserveMemory.java \
 335  -runtime/memory/RunUnitTestsConcurrently.java \
 336  -runtime/Unsafe/RangeCheck.java \
 337  -runtime/SharedArchiveFile/CdsSameObjectAlignment.java \
 338  -runtime/SharedArchiveFile/DefaultUseWithClient.java \
 339  -runtime/Thread/CancellableThreadTest.java \
 340  -runtime/7158988/FieldMonitor.java \
 341  -runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java \
 342   sanity/ \
 343   testlibrary_tests/TestMutuallyExclusivePlatformPredicates.java
 344 
 345 hotspot_serviceability = \
 346   sanity/ExecuteInternalVMTests.java \
 347   serviceability/dcmd/compiler \
 348   serviceability/logging
 349 
 350 hotspot_jprt = \
 351   :hotspot_compiler_1 \
 352   :hotspot_compiler_2 \
 353   :hotspot_compiler_3 \
 354   :hotspot_compiler_closed \
 355   :hotspot_gc \

 356   :hotspot_gc_closed \
 357   :hotspot_gc_gcold \
 358   :hotspot_runtime \
 359   :hotspot_serviceability
 360 
 361 #All tests that depends on nashorn extension.
 362 #
 363 needs_nashorn = \
 364   compiler/jsr292/CreatesInterfaceDotEqualsCallInfo.java
 365 
 366 #All tests that do not depends on nashorn extension
 367 #
 368 not_needs_nashorn = \
 369   :jdk \
 370   -:needs_nashorn
 371 
 372 hotspot_tmtools = \
 373   serviceability/tmtools        


 293   compiler/macronodes/ \
 294   compiler/memoryinitialization/ \
 295   compiler/osr/ \
 296   compiler/regalloc/ \
 297   compiler/runtime/ \
 298   compiler/startup/ \
 299   compiler/types/ \
 300   compiler/uncommontrap/ \
 301   compiler/unsafe/ \
 302   -compiler/intrinsics/adler32 \
 303   -compiler/intrinsics/bmi \
 304   -compiler/intrinsics/mathexact \
 305   -compiler/intrinsics/multiplytolen \
 306   -compiler/intrinsics/sha \
 307   -compiler/loopopts/7052494 \
 308   -compiler/runtime/6826736
 309 
 310 hotspot_compiler_closed = \
 311   sanity/ExecuteInternalVMTests.java
 312 
 313 hotspot_gc_1 = \
 314   gc/g1/
 315 
 316 hotspot_gc_2 = \
 317   sanity/ExecuteInternalVMTests.java \
 318   gc/ \
 319   -gc/g1/ \
 320   -gc/survivorAlignment/TestPromotionFromSurvivorToTenuredAfterMinorGC.java \
 321   -gc/cms/TestMBeanCMS.java \
 322   -gc/metaspace/CompressedClassSpaceSizeInJmapHeap.java
 323 
 324 hotspot_gc_closed = \
 325   sanity/ExecuteInternalVMTests.java
 326 
 327 hotspot_gc_gcold = \
 328   stress/gc/TestGCOld.java
 329 
 330 hotspot_runtime = \
 331   runtime/ \
 332  -runtime/ErrorHandling/ErrorHandler.java \
 333  -runtime/RedefineObject/TestRedefineObject.java \
 334  -runtime/8003720/Test8003720.java \
 335  -runtime/Metaspace/FragmentMetaspace.java \
 336  -runtime/Metaspace/FragmentMetaspaceSimple.java \
 337  -runtime/Thread/TestThreadDumpMonitorContention.java \
 338  -runtime/SharedArchiveFile/SharedBaseAddress.java \
 339  -runtime/memory/ReserveMemory.java \
 340  -runtime/memory/RunUnitTestsConcurrently.java \
 341  -runtime/Unsafe/RangeCheck.java \
 342  -runtime/SharedArchiveFile/CdsSameObjectAlignment.java \
 343  -runtime/SharedArchiveFile/DefaultUseWithClient.java \
 344  -runtime/Thread/CancellableThreadTest.java \
 345  -runtime/7158988/FieldMonitor.java \
 346  -runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java \
 347   sanity/ \
 348   testlibrary_tests/TestMutuallyExclusivePlatformPredicates.java
 349 
 350 hotspot_serviceability = \
 351   sanity/ExecuteInternalVMTests.java \
 352   serviceability/dcmd/compiler \
 353   serviceability/logging
 354 
 355 hotspot_jprt = \
 356   :hotspot_compiler_1 \
 357   :hotspot_compiler_2 \
 358   :hotspot_compiler_3 \
 359   :hotspot_compiler_closed \
 360   :hotspot_gc_1 \
 361   :hotspot_gc_2 \
 362   :hotspot_gc_closed \
 363   :hotspot_gc_gcold \
 364   :hotspot_runtime \
 365   :hotspot_serviceability
 366 
 367 #All tests that depends on nashorn extension.
 368 #
 369 needs_nashorn = \
 370   compiler/jsr292/CreatesInterfaceDotEqualsCallInfo.java
 371 
 372 #All tests that do not depends on nashorn extension
 373 #
 374 not_needs_nashorn = \
 375   :jdk \
 376   -:needs_nashorn
 377 
 378 hotspot_tmtools = \
 379   serviceability/tmtools        
< prev index next >