1 #
   2 # Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
   3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4 #
   5 # This code is free software; you can redistribute it and/or modify it
   6 # under the terms of the GNU General Public License version 2 only, as
   7 # published by the Free Software Foundation.
   8 #
   9 # This code is distributed in the hope that it will be useful, but WITHOUT
  10 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  11 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  12 # version 2 for more details (a copy is included in the LICENSE file that
  13 # accompanied this code).
  14 #
  15 # You should have received a copy of the GNU General Public License version
  16 # 2 along with this work; if not, write to the Free Software Foundation,
  17 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  18 #
  19 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  20 # or visit www.oracle.com if you need additional information or have any
  21 # questions.
  22 #
  23 
  24 # Profile-based Test Group Definitions
  25 #
  26 # These groups define the tests that cover the different possible runtimes:
  27 # - compact1, compact2, compact3, full JRE, JDK
  28 #
  29 # In addition they support testing of the minimal VM on compact1 and compact2.
  30 # Essentially this defines groups based around the specified API's and VM
  31 # services available in the runtime.
  32 #
  33 # The groups are defined hierarchically in two forms:
  34 # - The need_xxx groups list all the tests that have a dependency on
  35 # a specific profile. This is either because it tests a feature in
  36 # that profile, or the test infrastructure uses a feature in that
  37 # profile.
  38 # - The primary groups are defined in terms of the other primary groups
  39 # combined with the needs_xxx groups (including and excluding them as
  40 # appropriate). For example the jre can run all tests from compact3, plus
  41 # those from needs_jre, but excluding those from need_jdk.
  42 #
  43 # The bottom group defines all the actual tests to be considered, simply
  44 # by listing the top-level test directories.
  45 #
  46 # To use a group simply list it on the jtreg command line eg:
  47 #   jtreg :jdk
  48 # runs all tests. While
  49 #   jtreg :compact2
  50 # runs those tests that only require compact1 and compact2 API's.
  51 #
  52 
  53 hotspot_all = \
  54   /
  55 
  56 # Full JDK can run all tests
  57 #
  58 jdk = \
  59   :jre \
  60   :needs_jdk
  61 
  62 # Tests that require a full JDK to execute. Either they test a feature
  63 # only in the JDK or they use tools that are only in the JDK. The latter
  64 # can be resolved in some cases by using tools from the compile-jdk.
  65 #
  66 needs_jdk = \
  67   gc/metaspace/CompressedClassSpaceSizeInJmapHeap.java \
  68   gc/metaspace/TestMetaspacePerfCounters.java \
  69   gc/metaspace/TestPerfCountersAndMemoryPools.java \
  70   runtime/6819213/TestBootNativeLibraryPath.java \
  71   runtime/7158988/FieldMonitor.java \
  72   runtime/7194254/Test7194254.java \
  73   runtime/Metaspace/FragmentMetaspace.java \
  74   runtime/NMT/BaselineWithParameter.java \
  75   runtime/NMT/JcmdBaselineDetail.java \
  76   runtime/NMT/JcmdDetailDiff.java \
  77   runtime/NMT/JcmdScaleDetail.java \
  78   runtime/NMT/JcmdScale.java \
  79   runtime/NMT/JcmdSummaryDiff.java \
  80   runtime/NMT/JcmdWithNMTDisabled.java \
  81   runtime/NMT/MallocRoundingReportTest.java \
  82   runtime/NMT/MallocSiteHashOverflow.java \
  83   runtime/NMT/MallocStressTest.java \
  84   runtime/NMT/MallocTestType.java \
  85   runtime/NMT/MallocTrackingVerify.java \
  86   runtime/NMT/ReleaseCommittedMemory.java \
  87   runtime/NMT/ReleaseNoCommit.java \
  88   runtime/NMT/ShutdownTwice.java \
  89   runtime/NMT/SummaryAfterShutdown.java \
  90   runtime/NMT/SummarySanityCheck.java \
  91   runtime/NMT/ThreadedMallocTestType.java \
  92   runtime/NMT/ThreadedVirtualAllocTestType.java \
  93   runtime/NMT/VirtualAllocCommitUncommitRecommit.java \
  94   runtime/NMT/VirtualAllocTestType.java \
  95   runtime/RedefineObject/TestRedefineObject.java \
  96   runtime/Thread/TestThreadDumpMonitorContention.java \
  97   runtime/XCheckJniJsig/XCheckJSig.java \
  98   serviceability/attach/AttachWithStalePidFile.java \
  99   serviceability/sa/jmap-hprof/JMapHProfLargeHeapTest.java \
 100   serviceability/dcmd/DynLibDcmdTest.java
 101 
 102 
 103 # JRE adds further tests to compact3
 104 #
 105 jre = \
 106   :compact3 \
 107   :needs_jre \
 108  -:needs_jdk
 109 
 110 # Tests that require the full JRE
 111 #
 112 needs_jre = \
 113   compiler/c2/6852078/Test6852078.java \
 114   compiler/c2/7047069/Test7047069.java \
 115   runtime/6294277/SourceDebugExtension.java \
 116   runtime/ClassFile/JsrRewriting.java \
 117   runtime/ClassFile/OomWhileParsingRepeatedJsr.java
 118 
 119 # Compact 3 adds further tests to compact2
 120 #
 121 compact3 = \
 122   :compact2 \
 123   :needs_compact3 \
 124  -:needs_jre \
 125  -:needs_jdk
 126 
 127 
 128 # Tests that require compact3 API's
 129 #
 130 needs_compact3 = \
 131   gc/6581734/Test6581734.java \
 132   gc/7072527/TestFullGCCount.java \
 133   gc/g1/TestHumongousAllocInitialMark.java \
 134   gc/arguments/TestG1HeapRegionSize.java \
 135   gc/metaspace/TestMetaspaceMemoryPool.java \
 136   gc/arguments/TestDynMinHeapFreeRatio.java \
 137   gc/arguments/TestDynMaxHeapFreeRatio.java \
 138   gc/g1/TestShrinkAuxiliaryData00.java \
 139   gc/g1/TestShrinkAuxiliaryData05.java \
 140   gc/g1/TestShrinkAuxiliaryData10.java \
 141   gc/g1/TestShrinkAuxiliaryData15.java \
 142   gc/g1/TestShrinkAuxiliaryData20.java \
 143   gc/g1/TestShrinkAuxiliaryData25.java \
 144   gc/g1/TestShrinkAuxiliaryData30.java \
 145   gc/survivorAlignment \
 146   runtime/InternalApi/ThreadCpuTimesDeadlock.java \
 147   serviceability/threads/TestFalseDeadLock.java \
 148   compiler/codecache/jmx
 149 
 150 # Compact 2 adds full VM tests
 151 compact2 = \
 152   :compact2_minimal \
 153   :compact1 \
 154   :needs_full_vm_compact2 \
 155  -:needs_compact3 \
 156  -:needs_jre \
 157  -:needs_jdk
 158 
 159 # Tests that require compact2 API's and a full VM
 160 #
 161 needs_full_vm_compact2 =
 162 
 163 # Compact 1 adds full VM tests
 164 #
 165 compact1 = \
 166   :compact1_minimal \
 167   :needs_full_vm_compact1 \
 168  -:needs_compact2 \
 169  -:needs_full_vm_compact2 \
 170  -:needs_compact3 \
 171  -:needs_jre \
 172  -:needs_jdk
 173 
 174 # Tests that require compact1 API's and a full VM
 175 #
 176 needs_full_vm_compact1 = \
 177   runtime/NMT \
 178   gc/g1/TestRegionAlignment.java \
 179   gc/g1/TestShrinkToOneRegion.java \
 180   gc/metaspace/G1AddMetaspaceDependency.java \
 181   gc/startup_warnings/TestCMS.java \
 182   gc/startup_warnings/TestDefaultMaxRAMFraction.java \
 183   gc/startup_warnings/TestDefNewCMS.java \
 184   gc/startup_warnings/TestParallelGC.java \
 185   gc/startup_warnings/TestParallelScavengeSerialOld.java \
 186   gc/startup_warnings/TestParNewCMS.java \
 187   gc/startup_warnings/TestParNewSerialOld.java \
 188   runtime/SharedArchiveFile/SharedArchiveFile.java
 189 
 190 # Minimal VM on Compact 2 adds in some compact2 tests
 191 #
 192 compact2_minimal = \
 193   :compact1_minimal \
 194   :needs_compact2 \
 195  -:needs_full_vm_compact2 \
 196  -:needs_compact3 \
 197  -:needs_jre \
 198  -:needs_jdk
 199 
 200 # Tests that require compact2 API's
 201 #
 202 needs_compact2 = \
 203   compiler/jsr292/CreatesInterfaceDotEqualsCallInfo.java
 204 
 205 # All tests that run on the most minimal configuration: Minimal VM on Compact 1
 206 compact1_minimal = \
 207   serviceability/ \
 208   compiler/ \
 209   sanity/ \
 210   runtime/ \
 211   gc/ \
 212  -:needs_full_vm_compact1 \
 213  -:needs_full_vm_compact2 \
 214  -:needs_compact2 \
 215  -:needs_compact3 \
 216  -:needs_jre \
 217  -:needs_jdk
 218 
 219 # All tests that explicitly set the G1 GC
 220 #
 221 needs_g1gc = \
 222   compiler/regalloc/C1ObjectSpillInLogicOp.java \
 223   gc/TestSystemGC.java \
 224   gc/arguments/TestAlignmentToUseLargePages.java \
 225   gc/arguments/TestG1HeapRegionSize.java \
 226   gc/arguments/TestG1HeapSizeFlags.java \
 227   gc/arguments/TestMaxHeapSizeTools.java \
 228   gc/arguments/TestMaxNewSize.java \
 229   gc/arguments/TestParallelGCThreads.java \
 230   gc/arguments/TestUseCompressedOopsErgo.java \
 231   gc/class_unloading/TestG1ClassUnloadingHWM.java \
 232   gc/g1/ \
 233   gc/metaspace/G1AddMetaspaceDependency.java \
 234   gc/metaspace/TestMetaspacePerfCounters.java \
 235   gc/startup_warnings/TestG1.java \
 236   gc/whitebox/TestConcMarkCycleWB.java
 237 
 238 # All tests that explicitly set the serial GC
 239 #
 240 needs_serialgc = \
 241   gc/TestSystemGC.java \
 242   gc/arguments/TestAlignmentToUseLargePages.java \
 243   gc/arguments/TestMaxNewSize.java \
 244   gc/arguments/TestSerialHeapSizeFlags.java \
 245   gc/arguments/TestUseCompressedOopsErgo.java \
 246   gc/defnew/HeapChangeLogging.java \
 247   gc/metaspace/TestMetaspacePerfCounters.java \
 248   gc/metaspace/TestPerfCountersAndMemoryPools.java \
 249   gc/startup_warnings/TestSerialGC.java 
 250 
 251 # All tests that explicitly set the parallel GC
 252 #
 253 needs_parallelgc = \
 254   gc/TestSystemGC.java \
 255   gc/arguments/TestAlignmentToUseLargePages.java \
 256   gc/arguments/TestMaxNewSize.java \
 257   gc/arguments/TestMinInitialErgonomics.java \
 258   gc/arguments/TestParallelGCThreads.java \
 259   gc/arguments/TestUseCompressedOopsErgo.java \
 260   gc/metaspace/TestMetaspacePerfCounters.java \
 261   gc/parallelScavenge/ \
 262   gc/startup_warnings/TestParallelGC.java \
 263   gc/startup_warnings/TestParallelScavengeSerialOld.java
 264 
 265 # All tests that explicitly set the CMS GC
 266 #
 267 needs_cmsgc = \
 268   gc/6581734/Test6581734.java \
 269   gc/TestSystemGC.java \
 270   gc/arguments/TestAlignmentToUseLargePages.java \
 271   gc/arguments/TestCMSHeapSizeFlags.java \
 272   gc/arguments/TestMaxNewSize.java \
 273   gc/arguments/TestParallelGCThreads.java \
 274   gc/arguments/TestUseCompressedOopsErgo.java \
 275   gc/class_unloading/TestCMSClassUnloadingEnabledHWM.java \
 276   gc/concurrentMarkSweep/ \
 277   gc/startup_warnings/TestCMS.java \
 278   gc/startup_warnings/TestDefNewCMS.java \
 279   gc/startup_warnings/TestParNewCMS.java
 280 
 281 # All tests that explicitly set some GC
 282 #
 283 needs_gc = \
 284   :needs_g1gc \
 285   :needs_serialgc \
 286   :needs_parallelgc \
 287   :needs_cmsgc
 288 
 289 # All tests that do not set any GC explicitly
 290 #
 291 not_needs_gc = \
 292   :jdk \
 293  -:needs_gc
 294 
 295 # All tests that could be executed with the G1 GC without VM flags conflict
 296 #
 297 applicable_g1gc = \
 298   :jdk \
 299  -:needs_serialgc \
 300  -:needs_parallelgc \
 301  -:needs_cmsgc
 302 
 303 # All tests that could be executed with the serial GC without VM flags conflict
 304 #
 305 applicable_serialgc = \
 306   :jdk \
 307  -:needs_g1gc \
 308  -:needs_parallelgc \
 309  -:needs_cmsgc
 310 
 311 # All tests that could be executed with the parallel GC without VM flags conflict
 312 #
 313 applicable_parallelgc = \
 314   :jdk \
 315  -:needs_g1gc \
 316  -:needs_serialgc \
 317  -:needs_cmsgc
 318 
 319 # All tests that could be executed with the CMS GC without VM flags conflict
 320 #
 321 applicable_cmsgc = \
 322   :jdk \
 323  -:needs_g1gc \
 324  -:needs_serialgc \
 325  -:needs_parallelgc
 326 
 327 
 328 # When called from top level the test suites use the hotspot_ prefix
 329 hotspot_wbapitest = \
 330   sanity/
 331 
 332 hotspot_compiler_1 = \
 333   compiler/arraycopy/ \
 334   compiler/c1/ \
 335   compiler/c2/ \
 336   -compiler/c2/5091921/Test6850611.java \
 337   -compiler/c2/5091921/Test6890943.java \
 338   -compiler/c2/5091921/Test6905845.java \
 339   -compiler/c2/6340864 \
 340   -compiler/c2/6589834 \
 341   -compiler/c2/6603011 \
 342   -compiler/c2/6912517 \
 343   -compiler/c2/6792161 \
 344   -compiler/c2/7070134 \
 345   -compiler/c2/8004867
 346   
 347 hotspot_compiler_2 = \
 348   compiler/classUnloading/ \
 349   compiler/codecache/ \
 350   compiler/codegen/ \
 351   compiler/cpuflags/ \
 352   compiler/dependencies/ \
 353   compiler/eliminateAutobox/ \
 354   compiler/escapeAnalysis/ \
 355   compiler/exceptions/ \
 356   compiler/floatingpoint/ \
 357   compiler/gcbarriers/ \
 358   compiler/inlining/ \
 359   compiler/integerArithmetic/ \
 360   compiler/interpreter/ \
 361   -compiler/codegen/7184394
 362   
 363 hotspot_compiler_3 = \
 364   compiler/intrinsics/ \
 365   compiler/jsr292/ \
 366   compiler/loopopts/ \
 367   compiler/macronodes/ \
 368   compiler/osr/ \
 369   compiler/regalloc/ \
 370   compiler/runtime/ \
 371   compiler/startup/ \
 372   compiler/types/ \
 373   compiler/uncommontrap/ \
 374   compiler/unsafe/ \
 375   -compiler/intrinsics/bmi/verifycode \
 376   -compiler/intrinsics/mathexact \
 377   -compiler/intrinsics/multiplytolen \
 378   -compiler/intrinsics/sha \
 379   -compiler/loopopts/7052494 \
 380   -compiler/runtime/6826736
 381 
 382 hotspot_compiler_closed = \
 383   closed/compiler/c1/ \
 384   closed/compiler/c2/ \
 385   closed/compiler/codegen/ \
 386   closed/compiler/escapeAnalysis/ \
 387   closed/compiler/interpreter/ \
 388   closed/compiler/jsr292/ \
 389   closed/compiler/loopopts/ \
 390   closed/compiler/oracle/ \
 391   closed/compiler/runtime/ \
 392   closed/compiler/symantec/ \
 393   -closed/compiler/c1/4477197 \
 394   -closed/compiler/c1/5040872 \
 395   -closed/compiler/c1/6507107 \
 396   -closed/compiler/c2/4344895 \
 397   -closed/compiler/c2/4485006 \
 398   -closed/compiler/c2/4523683 \
 399   -closed/compiler/c2/4620290 \
 400   -closed/compiler/c2/4998314 \
 401   -closed/compiler/c2/6329104 \
 402   -closed/compiler/c2/6434117 \
 403   -closed/compiler/c2/6547163 \
 404   -closed/compiler/c2/6563987 \
 405   -closed/compiler/c2/6595044 \
 406   -closed/compiler/codegen/6440479 \
 407   -closed/compiler/codegen/6603011 \
 408   -closed/compiler/interpreter/5034475 \
 409   -closed/compiler/jsr292/LongLambdaFormDynamicStackDepth.java \
 410   -closed/compiler/loopopts/4463485 \
 411   -closed/compiler/loopopts/8021898
 412 
 413 hotspot_gc = \
 414   sanity/ExecuteInternalVMTests.java \
 415   gc/ \
 416   -gc/metaspace/CompressedClassSpaceSizeInJmapHeap.java
 417 
 418 hotspot_gc_closed = \
 419   sanity/ExecuteInternalVMTests.java
 420 
 421 hotspot_gc_gcold = \
 422   stress/gc/TestGCOld.java
 423 
 424 hotspot_runtime = \
 425   runtime/ \
 426  -runtime/6888954/vmerrors.sh \
 427  -runtime/RedefineObject/TestRedefineObject.java \
 428  -runtime/8003720/Test8003720.java \
 429  -runtime/Metaspace/FragmentMetaspace.java \
 430  -runtime/Metaspace/FragmentMetaspaceSimple.java \
 431  -runtime/Thread/TestThreadDumpMonitorContention.java \
 432  -runtime/SharedArchiveFile/SharedBaseAddress.java \
 433  -runtime/memory/ReserveMemory.java \
 434  -runtime/Unsafe/RangeCheck.java \
 435  -runtime/SharedArchiveFile/CdsSameObjectAlignment.java \
 436  -runtime/SharedArchiveFile/DefaultUseWithClient.java \
 437  -runtime/Thread/CancellableThreadTest.java \
 438  -runtime/7158988/FieldMonitor.java
 439 
 440 hotspot_runtime_closed = \
 441   sanity/ExecuteInternalVMTests.java \
 442   testlibrary_tests/TestMutuallyExclusivePlatformPredicates.java
 443 
 444 hotspot_serviceability = \
 445   sanity/ExecuteInternalVMTests.java \
 446   serviceability/dcmd/compiler
 447 
 448 hotspot_jprt = \
 449   :hotspot_wbapitest \
 450   :hotspot_compiler_1 \
 451   :hotspot_compiler_2 \
 452   :hotspot_compiler_3 \
 453   :hotspot_compiler_closed \
 454   :hotspot_gc \
 455   :hotspot_gc_closed \
 456   :hotspot_gc_gcold \
 457   :hotspot_runtime \
 458   :hotspot_runtime_closed \
 459   :hotspot_serviceability
 460 
 461 #All tests that depends on nashorn extension.
 462 #
 463 needs_nashorn = \
 464   compiler/jsr292/CreatesInterfaceDotEqualsCallInfo.java
 465 
 466 #All tests that do not depends on nashorn extension
 467 #
 468 not_needs_nashorn = \
 469   :jdk \
 470   -:needs_nashorn