< prev index next >

test/TEST.groups

Print this page
rev 11557 : 8132919: use package in compiler tests
Reviewed-by: duke


 113   runtime/RedefineObject/TestRedefineObject.java \
 114   runtime/Thread/TestThreadDumpMonitorContention.java \
 115   runtime/Thread/ThreadPriorities.java \
 116   runtime/XCheckJniJsig/XCheckJSig.java \
 117   serviceability/attach/AttachWithStalePidFile.java \
 118   serviceability/sa/jmap-hprof/JMapHProfLargeHeapTest.java \
 119   serviceability/dcmd/vm/DynLibsTest.java \
 120   serviceability/tmtools
 121 
 122 
 123 # JRE adds further tests to compact3
 124 #
 125 jre = \
 126   :compact3 \
 127   :needs_jre \
 128  -:needs_jdk
 129 
 130 # Tests that require the full JRE
 131 #
 132 needs_jre = \
 133   compiler/c2/6852078/Test6852078.java \
 134   compiler/c2/7047069/Test7047069.java \
 135   runtime/6294277/SourceDebugExtension.java \
 136   runtime/ClassFile/JsrRewriting.java \
 137   runtime/ClassFile/OomWhileParsingRepeatedJsr.java \
 138   runtime/SharedArchiveFile/LimitSharedSizes.java \
 139   runtime/SharedArchiveFile/SpaceUtilizationCheck.java
 140 
 141 # Compact 3 adds further tests to compact2
 142 #
 143 compact3 = \
 144   :compact2 \
 145   :needs_compact3 \
 146  -:needs_jre \
 147  -:needs_jdk
 148 
 149 
 150 # Tests that require compact3 API's
 151 #
 152 needs_compact3 = \
 153   gc/TestFullGCCount.java \
 154   gc/arguments/TestG1HeapRegionSize.java \


 260   gc/arguments/TestMaxHeapSizeTools.java \
 261   gc/arguments/TestMaxNewSize.java \
 262   gc/arguments/TestParallelGCThreads.java \
 263   gc/arguments/TestUseCompressedOopsErgo.java \
 264   gc/class_unloading/TestG1ClassUnloadingHWM.java \
 265   gc/ergonomics/TestDynamicNumberOfGCThreads.java \
 266   gc/g1/ \
 267   gc/logging/TestGCId.java \
 268   gc/metaspace/G1AddMetaspaceDependency.java \
 269   gc/metaspace/TestMetaspacePerfCounters.java \
 270   gc/startup_warnings/TestG1.java \
 271   gc/whitebox/TestConcMarkCycleWB.java
 272 
 273 hotspot_native_sanity = \
 274   native_sanity
 275 
 276 hotspot_fast_compiler_1 = \
 277   compiler/arraycopy/ \
 278   compiler/c1/ \
 279   compiler/c2/ \
 280   -compiler/c2/5091921/Test6850611.java \
 281   -compiler/c2/5091921/Test6890943.java \
 282   -compiler/c2/5091921/Test6905845.java \
 283   -compiler/c2/6340864 \
 284   -compiler/c2/6589834 \
 285   -compiler/c2/6603011 \
 286   -compiler/c2/6912517 \
 287   -compiler/c2/6792161 \
 288   -compiler/c2/7070134 \
 289   -compiler/c2/8004867
 290 
 291 hotspot_fast_compiler_2 = \
 292   compiler/classUnloading/ \
 293   compiler/codecache/ \
 294   compiler/codegen/ \
 295   compiler/cpuflags/ \
 296   compiler/dependencies/ \
 297   compiler/eliminateAutobox/ \
 298   compiler/escapeAnalysis/ \
 299   compiler/exceptions/ \
 300   compiler/floatingpoint/ \
 301   compiler/gcbarriers/ \
 302   compiler/inlining/ \
 303   compiler/integerArithmetic/ \
 304   compiler/interpreter/ \
 305   compiler/jvmci/ \
 306   -compiler/codegen/7184394 \
 307   -compiler/codecache/stress \
 308   -compiler/gcbarriers/PreserveFPRegistersTest.java
 309 
 310 hotspot_fast_compiler_3 = \
 311   compiler/intrinsics/ \
 312   compiler/jsr292/ \
 313   compiler/loopopts/ \
 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/adler32 \
 324   -compiler/intrinsics/bmi \
 325   -compiler/intrinsics/mathexact \
 326   -compiler/intrinsics/multiplytolen \
 327   -compiler/intrinsics/sha \
 328   -compiler/loopopts/7052494 \
 329   -compiler/runtime/6826736


 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 




 113   runtime/RedefineObject/TestRedefineObject.java \
 114   runtime/Thread/TestThreadDumpMonitorContention.java \
 115   runtime/Thread/ThreadPriorities.java \
 116   runtime/XCheckJniJsig/XCheckJSig.java \
 117   serviceability/attach/AttachWithStalePidFile.java \
 118   serviceability/sa/jmap-hprof/JMapHProfLargeHeapTest.java \
 119   serviceability/dcmd/vm/DynLibsTest.java \
 120   serviceability/tmtools
 121 
 122 
 123 # JRE adds further tests to compact3
 124 #
 125 jre = \
 126   :compact3 \
 127   :needs_jre \
 128  -:needs_jdk
 129 
 130 # Tests that require the full JRE
 131 #
 132 needs_jre = \
 133   compiler/c2/Test6852078.java \
 134   compiler/c2/Test7047069.java \
 135   runtime/6294277/SourceDebugExtension.java \
 136   runtime/ClassFile/JsrRewriting.java \
 137   runtime/ClassFile/OomWhileParsingRepeatedJsr.java \
 138   runtime/SharedArchiveFile/LimitSharedSizes.java \
 139   runtime/SharedArchiveFile/SpaceUtilizationCheck.java
 140 
 141 # Compact 3 adds further tests to compact2
 142 #
 143 compact3 = \
 144   :compact2 \
 145   :needs_compact3 \
 146  -:needs_jre \
 147  -:needs_jdk
 148 
 149 
 150 # Tests that require compact3 API's
 151 #
 152 needs_compact3 = \
 153   gc/TestFullGCCount.java \
 154   gc/arguments/TestG1HeapRegionSize.java \


 260   gc/arguments/TestMaxHeapSizeTools.java \
 261   gc/arguments/TestMaxNewSize.java \
 262   gc/arguments/TestParallelGCThreads.java \
 263   gc/arguments/TestUseCompressedOopsErgo.java \
 264   gc/class_unloading/TestG1ClassUnloadingHWM.java \
 265   gc/ergonomics/TestDynamicNumberOfGCThreads.java \
 266   gc/g1/ \
 267   gc/logging/TestGCId.java \
 268   gc/metaspace/G1AddMetaspaceDependency.java \
 269   gc/metaspace/TestMetaspacePerfCounters.java \
 270   gc/startup_warnings/TestG1.java \
 271   gc/whitebox/TestConcMarkCycleWB.java
 272 
 273 hotspot_native_sanity = \
 274   native_sanity
 275 
 276 hotspot_fast_compiler_1 = \
 277   compiler/arraycopy/ \
 278   compiler/c1/ \
 279   compiler/c2/ \
 280   -compiler/c2/Test6850611.java \
 281   -compiler/c2/cr6890943/Test6890943.java \
 282   -compiler/c2/Test6905845.java \
 283   -compiler/c2/cr6340864 \
 284   -compiler/c2/cr6589834 \
 285   -compiler/c2/cr8004867
 286   -compiler/c2/stemmer \
 287   -compiler/c2/Test6792161.java \
 288   -compiler/c2/Test6603011.java \
 289   -compiler/c2/Test6912517.java \
 290 
 291 hotspot_fast_compiler_2 = \
 292   compiler/classUnloading/ \
 293   compiler/codecache/ \
 294   compiler/codegen/ \
 295   compiler/cpuflags/ \
 296   compiler/dependencies/ \
 297   compiler/eliminateAutobox/ \
 298   compiler/escapeAnalysis/ \
 299   compiler/exceptions/ \
 300   compiler/floatingpoint/ \
 301   compiler/gcbarriers/ \
 302   compiler/inlining/ \
 303   compiler/integerArithmetic/ \
 304   compiler/interpreter/ \
 305   compiler/jvmci/ \
 306   -compiler/codegen/aes \
 307   -compiler/codecache/stress \
 308   -compiler/gcbarriers/PreserveFPRegistersTest.java
 309 
 310 hotspot_fast_compiler_3 = \
 311   compiler/intrinsics/ \
 312   compiler/jsr292/ \
 313   compiler/loopopts/ \
 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 


< prev index next >