f6d29909bb
Reviewed-by: ccheung, matsaave
840 lines
26 KiB
Plaintext
840 lines
26 KiB
Plaintext
#
|
|
# Copyright (c) 2013, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
#
|
|
# This code is free software; you can redistribute it and/or modify it
|
|
# under the terms of the GNU General Public License version 2 only, as
|
|
# published by the Free Software Foundation.
|
|
#
|
|
# This code is distributed in the hope that it will be useful, but WITHOUT
|
|
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
|
# version 2 for more details (a copy is included in the LICENSE file that
|
|
# accompanied this code).
|
|
#
|
|
# You should have received a copy of the GNU General Public License version
|
|
# 2 along with this work; if not, write to the Free Software Foundation,
|
|
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
#
|
|
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
|
# or visit www.oracle.com if you need additional information or have any
|
|
# questions.
|
|
#
|
|
|
|
# All tests
|
|
|
|
all = \
|
|
:hotspot_all
|
|
|
|
hotspot_all = \
|
|
/
|
|
|
|
hotspot_all_no_apps = \
|
|
/ \
|
|
-applications
|
|
|
|
# Component test groups
|
|
|
|
hotspot_compiler = \
|
|
compiler
|
|
|
|
hotspot_compiler_xcomp = \
|
|
:hotspot_compiler \
|
|
-:tier1_compiler_not_xcomp
|
|
|
|
hotspot_gc = \
|
|
gc
|
|
|
|
# By design this group should include ALL tests under runtime sub-directory
|
|
hotspot_runtime = \
|
|
runtime
|
|
|
|
hotspot_runtime_no_cds = \
|
|
runtime \
|
|
-runtime/cds
|
|
|
|
hotspot_runtime_non_cds_mode = \
|
|
runtime \
|
|
-runtime/cds/CheckSharingWithDefaultArchive.java \
|
|
-runtime/cds/appcds/aotClassLinking/BulkLoaderTest.java \
|
|
-runtime/cds/appcds/dynamicArchive/DynamicSharedSymbols.java \
|
|
-runtime/cds/appcds/dynamicArchive/TestAutoCreateSharedArchive.java \
|
|
-runtime/cds/appcds/jcmd
|
|
|
|
hotspot_handshake = \
|
|
runtime/handshake
|
|
|
|
hotspot_serviceability = \
|
|
serviceability
|
|
|
|
hotspot_resourcehogs = \
|
|
resourcehogs
|
|
|
|
hotspot_misc = \
|
|
/ \
|
|
-applications \
|
|
-vmTestbase \
|
|
-:hotspot_compiler \
|
|
-:hotspot_gc \
|
|
-:hotspot_runtime \
|
|
-:hotspot_serviceability \
|
|
-:hotspot_containers
|
|
|
|
hotspot_native_sanity = \
|
|
native_sanity
|
|
|
|
hotspot_containers = \
|
|
containers
|
|
|
|
# Test sets for running inside container environment
|
|
hotspot_containers_extended = \
|
|
runtime \
|
|
serviceability \
|
|
vmTestbase/nsk/jvmti \
|
|
vmTestbase/nsk/monitoring
|
|
|
|
hotspot_vector_1 = \
|
|
compiler/c2/cr6340864 \
|
|
compiler/c2/irTests \
|
|
compiler/codegen \
|
|
compiler/loopopts/superword \
|
|
compiler/vectorapi \
|
|
compiler/vectorization \
|
|
-compiler/codegen/aes \
|
|
-compiler/codegen/Test6875866.java \
|
|
-compiler/codegen/Test6935535.java \
|
|
-compiler/codegen/TestGCMStorePlacement.java \
|
|
-compiler/codegen/TestTrichotomyExpressions.java \
|
|
-compiler/loopopts/superword/Vec_MulAddS2I.java \
|
|
-compiler/vectorapi/VectorRebracket128Test.java
|
|
|
|
hotspot_vector_2 = \
|
|
compiler/intrinsics \
|
|
compiler/codegen/aes \
|
|
compiler/codegen/Test6875866.java \
|
|
compiler/codegen/Test6935535.java \
|
|
compiler/loopopts/superword/Vec_MulAddS2I.java \
|
|
compiler/vectorapi/VectorRebracket128Test.java \
|
|
-compiler/intrinsics/string/TestStringLatin1IndexOfChar.java
|
|
|
|
hotspot_compiler_arraycopy = \
|
|
compiler/arraycopy/stress
|
|
|
|
tier1_loom = \
|
|
:tier1_loom_runtime \
|
|
:tier1_loom_serviceability
|
|
|
|
tier1_loom_runtime = \
|
|
runtime/vthread \
|
|
runtime/jni/IsVirtualThread
|
|
|
|
tier1_loom_serviceability = \
|
|
serviceability/jvmti/vthread \
|
|
serviceability/jvmti/events \
|
|
serviceability/dcmd/thread
|
|
|
|
hotspot_loom = \
|
|
:tier1_loom
|
|
|
|
serviceability_ttf_virtual = \
|
|
serviceability/ \
|
|
-serviceability/jvmti/vthread \
|
|
-serviceability/jvmti/thread \
|
|
-serviceability/jvmti/events \
|
|
-serviceability/jvmti/negative
|
|
|
|
tier1_common = \
|
|
sanity/BasicVMTest.java \
|
|
gtest/GTestWrapper.java \
|
|
gtest/LockStackGtests.java \
|
|
gtest/MetaspaceGtests.java \
|
|
gtest/LargePageGtests.java \
|
|
gtest/NMTGtests.java \
|
|
gtest/WindowsProcessorGroups.java
|
|
|
|
tier1_compiler = \
|
|
:tier1_compiler_1 \
|
|
:tier1_compiler_2 \
|
|
:tier1_compiler_3 \
|
|
:tier1_compiler_not_xcomp
|
|
|
|
hotspot_not_fast_compiler = \
|
|
:hotspot_compiler \
|
|
-:tier1_compiler \
|
|
-:hotspot_slow_compiler
|
|
|
|
hotspot_slow_compiler = \
|
|
compiler/codegen/aes \
|
|
compiler/codecache/stress \
|
|
compiler/gcbarriers/PreserveFPRegistersTest.java \
|
|
compiler/memoryinitialization/ZeroTLABTest.java \
|
|
compiler/classUnloading/methodUnloading/TestOverloadCompileQueues.java \
|
|
resourcehogs/compiler \
|
|
:hotspot_compiler_arraycopy
|
|
|
|
tier1_compiler_1 = \
|
|
compiler/arraycopy/ \
|
|
compiler/blackhole/ \
|
|
compiler/c1/ \
|
|
compiler/c2/ \
|
|
-compiler/c2/Test6850611.java \
|
|
-compiler/c2/cr6890943/Test6890943.java \
|
|
-compiler/c2/Test6905845.java \
|
|
-compiler/c2/cr6340864 \
|
|
-compiler/c2/cr6589834 \
|
|
-compiler/c2/cr8004867 \
|
|
-compiler/c2/stemmer \
|
|
-compiler/c2/Test6792161.java \
|
|
-compiler/c2/Test6603011.java \
|
|
-compiler/c2/Test6912517.java \
|
|
-:hotspot_slow_compiler
|
|
|
|
tier1_compiler_2 = \
|
|
compiler/classUnloading/ \
|
|
compiler/codecache/ \
|
|
compiler/codegen/ \
|
|
compiler/cpuflags/ \
|
|
compiler/dependencies/ \
|
|
compiler/eliminateAutobox/ \
|
|
compiler/escapeAnalysis/ \
|
|
compiler/exceptions/ \
|
|
compiler/floatingpoint/ \
|
|
compiler/gcbarriers/ \
|
|
compiler/inlining/ \
|
|
compiler/integerArithmetic/ \
|
|
compiler/interpreter/ \
|
|
compiler/jvmci/ \
|
|
-:hotspot_slow_compiler
|
|
|
|
tier1_compiler_3 = \
|
|
compiler/intrinsics/ \
|
|
compiler/jsr292/ \
|
|
compiler/locks/ \
|
|
compiler/loopopts/ \
|
|
compiler/macronodes/ \
|
|
compiler/memoryinitialization/ \
|
|
compiler/osr/ \
|
|
compiler/regalloc/ \
|
|
compiler/runtime/ \
|
|
compiler/startup/ \
|
|
compiler/types/ \
|
|
compiler/uncommontrap/ \
|
|
compiler/unsafe/ \
|
|
compiler/vectorization/ \
|
|
-compiler/intrinsics/bmi \
|
|
-compiler/intrinsics/mathexact \
|
|
-compiler/intrinsics/sha \
|
|
-compiler/intrinsics/bigInteger/TestMultiplyToLen.java \
|
|
-compiler/intrinsics/zip/TestAdler32.java \
|
|
-compiler/loopopts/Test7052494.java \
|
|
-compiler/runtime/Test6826736.java
|
|
|
|
tier2_compiler = \
|
|
compiler/allocation/ \
|
|
compiler/arguments/ \
|
|
compiler/calls/ \
|
|
compiler/cha/ \
|
|
compiler/controldependency/ \
|
|
compiler/conversions/ \
|
|
compiler/codegen/ \
|
|
compiler/linkage/ \
|
|
compiler/loopstripmining/ \
|
|
compiler/loopopts/Test7052494.java \
|
|
compiler/longcountedloops/ \
|
|
compiler/intrinsics/bmi \
|
|
compiler/intrinsics/mathexact \
|
|
compiler/intrinsics/sha \
|
|
compiler/intrinsics/bigInteger/TestMultiplyToLen.java \
|
|
compiler/intrinsics/zip/TestAdler32.java \
|
|
compiler/membars/ \
|
|
compiler/onSpinWait/ \
|
|
compiler/parsing/ \
|
|
compiler/rangechecks/ \
|
|
compiler/reflection/ \
|
|
compiler/runtime/Test6826736.java \
|
|
compiler/stable/ \
|
|
compiler/stringopts/ \
|
|
-:tier1_compiler \
|
|
-:hotspot_slow_compiler
|
|
|
|
tier3_compiler = \
|
|
applications/ctw/modules \
|
|
compiler/c2/ \
|
|
compiler/ciReplay/ \
|
|
compiler/compilercontrol/ \
|
|
compiler/debug/ \
|
|
compiler/oracle/ \
|
|
compiler/print/ \
|
|
compiler/relocations/ \
|
|
compiler/tiered/ \
|
|
compiler/vectorapi/ \
|
|
compiler/whitebox/ \
|
|
:hotspot_slow_compiler \
|
|
-:tier1_compiler \
|
|
-:tier2_compiler
|
|
|
|
tier1_compiler_not_xcomp = \
|
|
compiler/profiling
|
|
|
|
ctw_1 = \
|
|
applications/ctw/modules/ \
|
|
-:ctw_2 \
|
|
-:ctw_3
|
|
|
|
ctw_2 = \
|
|
applications/ctw/modules/java_base.java \
|
|
applications/ctw/modules/java_base_2.java \
|
|
applications/ctw/modules/java_desktop.java \
|
|
applications/ctw/modules/java_desktop_2.java
|
|
|
|
ctw_3 = \
|
|
applications/ctw/modules/java_xml.java \
|
|
applications/ctw/modules/jdk_compiler.java \
|
|
applications/ctw/modules/jdk_localedata.java \
|
|
applications/ctw/modules/jdk_localedata_2.java
|
|
|
|
tier1_gc = \
|
|
:tier1_gc_1 \
|
|
:tier1_gc_2 \
|
|
:tier1_gc_gcbasher \
|
|
:tier1_gc_epsilon \
|
|
:tier1_gc_shenandoah
|
|
|
|
hotspot_not_fast_gc = \
|
|
:hotspot_gc \
|
|
-:tier1_gc
|
|
|
|
tier1_gc_1 = \
|
|
gc/g1/ \
|
|
-gc/g1/ihop/TestIHOPErgo.java
|
|
|
|
tier1_gc_2 = \
|
|
gc/ \
|
|
-gc/g1/ \
|
|
-gc/logging/TestUnifiedLoggingSwitchStress.java \
|
|
-gc/stress \
|
|
-gc/metaspace/CompressedClassSpaceSizeInJmapHeap.java \
|
|
-gc/epsilon \
|
|
-gc/shenandoah
|
|
|
|
hotspot_gc_epsilon = \
|
|
:tier1_gc_epsilon \
|
|
:tier2_gc_epsilon
|
|
|
|
tier1_gc_epsilon = \
|
|
gc/epsilon/
|
|
|
|
tier2_gc_epsilon =
|
|
|
|
tier3_gc_gcold = \
|
|
gc/stress/gcold/TestGCOldWithG1.java \
|
|
gc/stress/gcold/TestGCOldWithSerial.java \
|
|
gc/stress/gcold/TestGCOldWithParallel.java
|
|
|
|
tier1_gc_gcbasher = \
|
|
gc/stress/gcbasher/TestGCBasherWithG1.java \
|
|
gc/stress/gcbasher/TestGCBasherWithSerial.java \
|
|
gc/stress/gcbasher/TestGCBasherWithParallel.java
|
|
|
|
tier1_gc_shenandoah = \
|
|
gc/shenandoah/options/ \
|
|
gc/shenandoah/compiler/ \
|
|
gc/shenandoah/mxbeans/ \
|
|
gc/shenandoah/TestSmallHeap.java \
|
|
gc/shenandoah/oom/
|
|
|
|
tier2_gc_shenandoah = \
|
|
runtime/MemberName/MemberNameLeak.java \
|
|
runtime/CompressedOops/UseCompressedOops.java \
|
|
gc/TestHumongousReferenceObject.java \
|
|
gc/TestSystemGC.java \
|
|
gc/arguments/TestDisableDefaultGC.java \
|
|
gc/arguments/TestUseCompressedOopsErgo.java \
|
|
gc/arguments/TestAlignmentToUseLargePages.java \
|
|
gc/class_unloading/TestClassUnloadingDisabled.java \
|
|
gc/ergonomics/TestInitialGCThreadLogging.java \
|
|
gc/ergonomics/TestDynamicNumberOfGCThreads.java \
|
|
gc/logging/TestGCId.java \
|
|
gc/logging/TestMetaSpaceLog.java \
|
|
gc/metaspace/TestMetaspacePerfCounters.java \
|
|
gc/metaspace/TestMetaspacePerfCounters.java \
|
|
gc/TestFullGCALot.java \
|
|
gc/logging/TestUnifiedLoggingSwitchStress.java \
|
|
runtime/Metaspace/DefineClass.java \
|
|
gc/shenandoah/ \
|
|
serviceability/sa/TestHeapDumpForInvokeDynamic.java \
|
|
-gc/shenandoah/TestStringDedupStress.java \
|
|
-:tier1_gc_shenandoah
|
|
|
|
tier3_gc_shenandoah = \
|
|
gc/stress/gcold/TestGCOldWithShenandoah.java \
|
|
gc/stress/gcbasher/TestGCBasherWithShenandoah.java \
|
|
gc/stress/systemgc/TestSystemGCWithShenandoah.java \
|
|
gc/shenandoah/TestStringDedupStress.java \
|
|
-:tier2_gc_shenandoah
|
|
|
|
hotspot_gc_shenandoah = \
|
|
:tier1_gc_shenandoah \
|
|
:tier2_gc_shenandoah \
|
|
:tier3_gc_shenandoah
|
|
|
|
tier1_runtime = \
|
|
runtime/ \
|
|
-runtime/6626217/bug_21227.java \
|
|
-runtime/7100935 \
|
|
-runtime/7158988/FieldMonitor.java \
|
|
-runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java \
|
|
-runtime/CommandLine/PrintGCApplicationConcurrentTime.java \
|
|
-runtime/CompressedOops/UseCompressedOops.java \
|
|
-runtime/ConstantPool/IntfMethod.java \
|
|
-runtime/ErrorHandling/CreateCoredumpOnCrash.java \
|
|
-runtime/ErrorHandling/ReattemptErrorTest.java \
|
|
-runtime/ErrorHandling/TestHeapDumpOnOutOfMemoryError.java \
|
|
-runtime/ErrorHandling/TimeoutInErrorHandlingTest.java \
|
|
-runtime/InvocationTests \
|
|
-runtime/logging/MonitorMismatchTest.java \
|
|
-runtime/memory/ReserveMemory.java \
|
|
-runtime/Metaspace/FragmentMetaspace.java \
|
|
-runtime/Metaspace/FragmentMetaspaceSimple.java \
|
|
-runtime/MirrorFrame/Test8003720.java \
|
|
-runtime/modules/LoadUnloadModuleStress.java \
|
|
-runtime/modules/ModuleStress/ExportModuleStressTest.java \
|
|
-runtime/modules/ModuleStress/ModuleStressGC.java \
|
|
-runtime/Monitor/ConcurrentDeflation.java \
|
|
-runtime/ReservedStack \
|
|
-runtime/SelectionResolution/AbstractMethodErrorTest.java \
|
|
-runtime/SelectionResolution/IllegalAccessErrorTest.java \
|
|
-runtime/SelectionResolution/InvokeInterfaceICCE.java \
|
|
-runtime/SelectionResolution/InvokeInterfaceSuccessTest.java \
|
|
-runtime/SelectionResolution/InvokeSpecialICCE.java \
|
|
-runtime/SelectionResolution/InvokeSpecialSuccessTest.java \
|
|
-runtime/SelectionResolution/InvokeStaticICCE.java \
|
|
-runtime/SelectionResolution/InvokeVirtualICCE.java \
|
|
-runtime/SelectionResolution/InvokeVirtualSuccessTest.java \
|
|
-runtime/cds/CdsSameObjectAlignment.java \
|
|
-runtime/cds/SharedBaseAddress.java \
|
|
-runtime/Thread/CancellableThreadTest.java \
|
|
-runtime/Thread/ThreadCountLimit.java \
|
|
-runtime/Thread/TestThreadDumpMonitorContention.java \
|
|
-runtime/Unsafe/RangeCheck.java \
|
|
sanity/ \
|
|
-:tier1_runtime_appcds_exclude \
|
|
-runtime/signal \
|
|
-runtime/stack
|
|
|
|
hotspot_cds = \
|
|
runtime/cds/ \
|
|
runtime/CompressedOops/
|
|
|
|
hotspot_cds_only = \
|
|
runtime/cds/
|
|
|
|
hotspot_appcds_dynamic = \
|
|
runtime/cds/appcds/ \
|
|
-runtime/cds/appcds/applications \
|
|
-runtime/cds/appcds/cacheObject \
|
|
-runtime/cds/appcds/complexURI \
|
|
-runtime/cds/appcds/customLoader \
|
|
-runtime/cds/appcds/dynamicArchive \
|
|
-runtime/cds/appcds/jigsaw/modulepath/ModulePathAndFMG.java \
|
|
-runtime/cds/appcds/jigsaw/modulepath/OptimizeModuleHandlingTest.java \
|
|
-runtime/cds/appcds/loaderConstraints/DynamicLoaderConstraintsTest.java \
|
|
-runtime/cds/appcds/javaldr/ArrayTest.java \
|
|
-runtime/cds/appcds/javaldr/ExceptionDuringDumpAtObjectsInitPhase.java \
|
|
-runtime/cds/appcds/javaldr/GCSharedStringsDuringDump.java \
|
|
-runtime/cds/appcds/javaldr/LockDuringDump.java \
|
|
-runtime/cds/appcds/jcmd/JCmdTestStaticDump.java \
|
|
-runtime/cds/appcds/jcmd/JCmdTestDynamicDump.java \
|
|
-runtime/cds/appcds/jcmd/JCmdTestFileSafety.java \
|
|
-runtime/cds/appcds/jvmti/redefineClasses/OldClassAndRedefineClass.java \
|
|
-runtime/cds/appcds/lambdaForm/DefaultClassListLFInvokers.java \
|
|
-runtime/cds/appcds/methodHandles \
|
|
-runtime/cds/appcds/aotClassLinking/BulkLoaderTest.java \
|
|
-runtime/cds/appcds/sharedStrings \
|
|
-runtime/cds/appcds/resolvedConstants \
|
|
-runtime/cds/appcds/ArchiveRelocationTest.java \
|
|
-runtime/cds/appcds/BadBSM.java \
|
|
-runtime/cds/appcds/CommandLineFlagCombo.java \
|
|
-runtime/cds/appcds/DumpClassList.java \
|
|
-runtime/cds/appcds/DumpClassListWithLF.java \
|
|
-runtime/cds/appcds/DumpRuntimeClassesTest.java \
|
|
-runtime/cds/appcds/DumpingWithNoCoops.java \
|
|
-runtime/cds/appcds/ExtraSymbols.java \
|
|
-runtime/cds/appcds/LambdaContainsOldInf.java \
|
|
-runtime/cds/appcds/LambdaEagerInit.java \
|
|
-runtime/cds/appcds/LambdaInvokeVirtual.java \
|
|
-runtime/cds/appcds/LambdaProxyClasslist.java \
|
|
-runtime/cds/appcds/LambdaVerificationFailedDuringDump.java \
|
|
-runtime/cds/appcds/LambdaWithJavaAgent.java \
|
|
-runtime/cds/appcds/LambdaWithUseImplMethodHandle.java \
|
|
-runtime/cds/appcds/LambdaWithOldClass.java \
|
|
-runtime/cds/appcds/LongClassListPath.java \
|
|
-runtime/cds/appcds/LotsOfClasses.java \
|
|
-runtime/cds/appcds/MismatchedPathTriggerMemoryRelease.java \
|
|
-runtime/cds/appcds/NonExistClasspath.java \
|
|
-runtime/cds/appcds/RelativePath.java \
|
|
-runtime/cds/appcds/SharedArchiveConsistency.java \
|
|
-runtime/cds/appcds/StaticArchiveWithLambda.java \
|
|
-runtime/cds/appcds/TestCombinedCompressedFlags.java \
|
|
-runtime/cds/appcds/TestEpsilonGCWithCDS.java \
|
|
-runtime/cds/appcds/TestParallelGCWithCDS.java \
|
|
-runtime/cds/appcds/TestSerialGCWithCDS.java \
|
|
-runtime/cds/appcds/TestZGCWithCDS.java \
|
|
-runtime/cds/appcds/UnusedCPDuringDump.java \
|
|
-runtime/cds/appcds/VerifierTest_1B.java
|
|
|
|
hotspot_cds_relocation = \
|
|
gc/g1/TestSharedArchiveWithPreTouch.java \
|
|
runtime/cds \
|
|
runtime/modules/ModulesSymLink.java \
|
|
runtime/modules/PatchModule/PatchModuleCDS.java \
|
|
runtime/modules/PatchModule/PatchModuleClassList.java \
|
|
runtime/NMT \
|
|
serviceability/sa \
|
|
-runtime/cds/DeterministicDump.java
|
|
|
|
hotspot_cds_verify_shared_spaces = \
|
|
runtime/cds/appcds/ArchiveRelocationTest.java \
|
|
runtime/cds/appcds/BootClassPathMismatch.java \
|
|
runtime/cds/appcds/HelloTest.java \
|
|
runtime/cds/appcds/VerifierTest_0.java \
|
|
runtime/cds/appcds/dynamicArchive/BasicLambdaTest.java \
|
|
runtime/cds/appcds/dynamicArchive/DynamicArchiveRelocationTest.java \
|
|
runtime/cds/appcds/dynamicArchive/HelloDynamic.java \
|
|
runtime/cds/appcds/dynamicArchive/LinkClassTest.java \
|
|
runtime/cds/appcds/dynamicArchive/MismatchedBaseArchive.java \
|
|
runtime/cds/appcds/customLoader/HelloCustom.java \
|
|
runtime/cds/appcds/customLoader/LoaderSegregationTest.java \
|
|
runtime/cds/appcds/javaldr/ArrayTest.java \
|
|
runtime/cds/appcds/jigsaw/modulepath/ExportModule.java \
|
|
runtime/cds/appcds/jvmti/dumpingWithAgent/DumpingWithJavaAgent.java \
|
|
runtime/cds/appcds/sharedStrings/SharedStringsBasic.java
|
|
|
|
# No need to run every test with EpsilonGC. A small subset will provide enough
|
|
# coverage. Also avoid some tests that may OOM.
|
|
hotspot_cds_epsilongc = \
|
|
runtime/cds/appcds/HelloTest.java \
|
|
runtime/cds/appcds/MultiProcessSharing.java \
|
|
runtime/cds/appcds/StaticArchiveWithLambda.java \
|
|
runtime/cds/appcds/cacheObject \
|
|
runtime/cds/appcds/customLoader/ParallelTestSingleFP.java \
|
|
runtime/cds/appcds/dynamicArchive/HelloDynamic.java \
|
|
runtime/cds/appcds/javaldr \
|
|
runtime/cds/appcds/jigsaw \
|
|
runtime/cds/appcds/loaderConstraints
|
|
|
|
# Run CDS tests with -XX:+AOTClassLinking. This should include most CDS tests, except for
|
|
# those that rely on redefining classes that are already archived.
|
|
hotspot_aot_classlinking = \
|
|
runtime/cds \
|
|
-runtime/cds/appcds/aotClassLinking \
|
|
-runtime/cds/appcds/BadBSM.java \
|
|
-runtime/cds/appcds/cacheObject/ArchivedIntegerCacheTest.java \
|
|
-runtime/cds/appcds/cacheObject/ArchivedModuleCompareTest.java \
|
|
-runtime/cds/appcds/CDSandJFR.java \
|
|
-runtime/cds/appcds/customLoader/HelloCustom_JFR.java \
|
|
-runtime/cds/appcds/customLoader/ParallelTestMultiFP.java \
|
|
-runtime/cds/appcds/customLoader/ParallelTestSingleFP.java \
|
|
-runtime/cds/appcds/customLoader/SameNameInTwoLoadersTest.java \
|
|
-runtime/cds/appcds/DumpClassListWithLF.java \
|
|
-runtime/cds/appcds/dynamicArchive/ModulePath.java \
|
|
-runtime/cds/appcds/dynamicArchive/LambdaInBaseArchive.java \
|
|
-runtime/cds/appcds/dynamicArchive/LambdasInTwoArchives.java \
|
|
-runtime/cds/appcds/HelloExtTest.java \
|
|
-runtime/cds/appcds/javaldr/AnonVmClassesDuringDump.java \
|
|
-runtime/cds/appcds/javaldr/GCDuringDump.java \
|
|
-runtime/cds/appcds/javaldr/LockDuringDump.java \
|
|
-runtime/cds/appcds/jigsaw/classpathtests/EmptyClassInBootClassPath.java \
|
|
-runtime/cds/appcds/jigsaw/JigsawOptionsCombo.java \
|
|
-runtime/cds/appcds/jigsaw/modulepath/AddOpens.java \
|
|
-runtime/cds/appcds/jigsaw/modulepath/AddModules.java \
|
|
-runtime/cds/appcds/jigsaw/modulepath/JvmtiAddPath.java \
|
|
-runtime/cds/appcds/jigsaw/modulepath/MainModuleOnly.java \
|
|
-runtime/cds/appcds/jigsaw/modulepath/ModulePathAndCP.java \
|
|
-runtime/cds/appcds/jigsaw/modulepath/ModulePathAndCP_JFR.java \
|
|
-runtime/cds/appcds/jigsaw/modulepath/ModulePathAndFMG.java \
|
|
-runtime/cds/appcds/jigsaw/modulepath/OptimizeModuleHandlingTest.java \
|
|
-runtime/cds/appcds/jigsaw/overridetests/OverrideTests.java \
|
|
-runtime/cds/appcds/jigsaw/RedefineClassesInModuleGraph.java \
|
|
-runtime/cds/appcds/JvmtiAddPath.java \
|
|
-runtime/cds/appcds/jvmti \
|
|
-runtime/cds/appcds/LambdaProxyClasslist.java \
|
|
-runtime/cds/appcds/loaderConstraints/LoaderConstraintsTest.java \
|
|
-runtime/cds/appcds/redefineClass \
|
|
-runtime/cds/appcds/resolvedConstants/AOTLinkedLambdas.java \
|
|
-runtime/cds/appcds/resolvedConstants/AOTLinkedVarHandles.java \
|
|
-runtime/cds/appcds/resolvedConstants/ResolvedConstants.java \
|
|
-runtime/cds/appcds/RewriteBytecodesTest.java \
|
|
-runtime/cds/appcds/SpecifySysLoaderProp.java \
|
|
-runtime/cds/appcds/StaticArchiveWithLambda.java \
|
|
-runtime/cds/appcds/TestEpsilonGCWithCDS.java \
|
|
-runtime/cds/appcds/TestParallelGCWithCDS.java \
|
|
-runtime/cds/appcds/TestSerialGCWithCDS.java \
|
|
-runtime/cds/appcds/TestZGCWithCDS.java \
|
|
-runtime/cds/appcds/TestWithProfiler.java \
|
|
-runtime/cds/serviceability/ReplaceCriticalClassesForSubgraphs.java \
|
|
-runtime/cds/serviceability/ReplaceCriticalClasses.java \
|
|
-runtime/cds/serviceability/transformRelatedClasses/TransformInterfaceAndImplementor.java \
|
|
-runtime/cds/serviceability/transformRelatedClasses/TransformSuperAndSubClasses.java \
|
|
-runtime/cds/serviceability/transformRelatedClasses/TransformSuperSubTwoPckgs.java
|
|
|
|
# needs -nativepath:<output>/images/test/hotspot/jtreg/native/
|
|
hotspot_metaspace = \
|
|
gtest/MetaspaceGtests.java \
|
|
gc/metaspace \
|
|
gc/class_unloading \
|
|
runtime/Metaspace \
|
|
vmTestbase/metaspace \
|
|
runtime/SelectionResolution
|
|
|
|
# A subset of AppCDS tests to be run in tier1
|
|
tier1_runtime_appcds = \
|
|
runtime/cds/appcds/HelloTest.java \
|
|
runtime/cds/appcds/sharedStrings/SharedStringsBasic.java \
|
|
runtime/cds/appcds/ClassLoaderTest.java
|
|
|
|
tier1_runtime_appcds_exclude = \
|
|
runtime/cds/appcds/ \
|
|
-:tier1_runtime_appcds
|
|
|
|
tier1_runtime_no_cds = \
|
|
:tier1_runtime \
|
|
-runtime/cds
|
|
|
|
# This group should be executed with "jtreg -Dtest.cds.run.with.jfr=true ..."
|
|
# to test interaction between AppCDS and JFR. It also has the side effect of
|
|
# testing JVMTI ClassFileLoadHook.
|
|
#
|
|
# The excluded tests disallow the jdk.jfr module, which is required to
|
|
# run with JFR.
|
|
hotspot_appcds_with_jfr = \
|
|
runtime/cds/appcds/ \
|
|
-runtime/cds/appcds/cacheObject/ArchivedModuleCompareTest.java \
|
|
-runtime/cds/appcds/jigsaw/classpathtests/BootAppendTests.java \
|
|
-runtime/cds/appcds/jigsaw/classpathtests/ClassPathTests.java \
|
|
-runtime/cds/appcds/jigsaw/classpathtests/EmptyClassInBootClassPath.java \
|
|
-runtime/cds/appcds/jigsaw/JigsawOptionsCombo.java \
|
|
-runtime/cds/appcds/jigsaw/modulepath/MainModuleOnly.java
|
|
|
|
tier1_serviceability = \
|
|
serviceability/ \
|
|
-serviceability/dcmd/compiler/CompilerQueueTest.java \
|
|
-serviceability/jvmti/RedefineClasses/RedefineLeak.java \
|
|
-serviceability/jvmti/RedefineClasses/RedefineLeakThrowable.java \
|
|
-serviceability/jvmti/RedefineClasses/RedefinePreviousVersions.java \
|
|
-serviceability/jvmti/RedefineClasses/RedefineRunningMethods.java \
|
|
-serviceability/jvmti/RedefineClasses/RedefineRunningMethodsWithBacktrace.java \
|
|
-serviceability/jvmti/RedefineClasses/TestRedefineObject.java \
|
|
-serviceability/sa/ClhsdbScanOops.java \
|
|
-serviceability/sa/ClhsdbJstackXcompStress.java \
|
|
-serviceability/sa/TestJmapCore.java \
|
|
-serviceability/sa/TestJmapCoreMetaspace.java
|
|
|
|
tier1 = \
|
|
:tier1_common \
|
|
:tier1_compiler \
|
|
:tier1_gc \
|
|
:tier1_runtime \
|
|
:tier1_serviceability
|
|
|
|
tier2 = \
|
|
:hotspot_tier2_runtime \
|
|
:hotspot_tier2_runtime_platform_agnostic \
|
|
:hotspot_tier2_serviceability \
|
|
:tier2_compiler \
|
|
:tier2_gc_epsilon \
|
|
:tier2_gc_shenandoah
|
|
|
|
tier3 = \
|
|
:hotspot_tier3_runtime \
|
|
:tier3_compiler \
|
|
:tier3_gc_gcold \
|
|
:tier3_gc_shenandoah
|
|
|
|
# Everything that is not in other tiers, but not apps
|
|
tier4 = \
|
|
:hotspot_all_no_apps \
|
|
-:tier1 \
|
|
-:tier2 \
|
|
-:tier3
|
|
|
|
hotspot_tier2_runtime = \
|
|
runtime/ \
|
|
-runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java \
|
|
-runtime/CompressedOops/UseCompressedOops.java \
|
|
-runtime/InvocationTests \
|
|
-runtime/Thread/TestThreadDumpMonitorContention.java \
|
|
-:tier1_runtime \
|
|
-:hotspot_tier2_runtime_platform_agnostic \
|
|
-runtime/signal \
|
|
-runtime/NMT/MallocStressTest.java
|
|
|
|
hotspot_tier2_serviceability = \
|
|
serviceability/ \
|
|
-:tier1_serviceability
|
|
|
|
hotspot_tier2_runtime_platform_agnostic = \
|
|
runtime/SelectionResolution \
|
|
-:tier1_runtime
|
|
|
|
hotspot_tier3_runtime = \
|
|
runtime/ \
|
|
-:tier1_runtime \
|
|
-:hotspot_tier2_runtime_platform_agnostic \
|
|
-:hotspot_tier2_runtime
|
|
|
|
hotspot_runtime_minimalvm = \
|
|
runtime/MinimalVM \
|
|
runtime/ErrorHandling \
|
|
runtime/logging
|
|
|
|
hotspot_nmt = \
|
|
runtime/NMT \
|
|
gtest/NMTGtests.java
|
|
|
|
hotspot_rest_runtime = \
|
|
:hotspot_runtime \
|
|
-:tier1_runtime \
|
|
-:tier1_runtime_appcds_exclude \
|
|
-:hotspot_nmt \
|
|
-:hotspot_tier2_runtime_platform_agnostic
|
|
|
|
jcstress_part1 = \
|
|
applications/jcstress/seqcst.java
|
|
|
|
jcstress_part2 = \
|
|
applications/jcstress/accessAtomic.java \
|
|
applications/jcstress/acqrel.java \
|
|
applications/jcstress/atomics.java \
|
|
applications/jcstress/coherence.java \
|
|
applications/jcstress/locks.java
|
|
|
|
jcstress_part3 = \
|
|
applications/jcstress \
|
|
-:jcstress_part1 \
|
|
-:jcstress_part2
|
|
|
|
# Stress tests against information provided by VM via JMX
|
|
vmTestbase_nsk_monitoring = \
|
|
vmTestbase/nsk/monitoring
|
|
|
|
# Tests for default method implementation
|
|
vmTestbase_vm_defmeth = \
|
|
vmTestbase/vm/runtime/defmeth
|
|
|
|
# JDI tests
|
|
vmTestbase_nsk_jdi = \
|
|
vmTestbase/nsk/jdi
|
|
|
|
# Stress tests for classes loading/unloading
|
|
# NSK tests for functionality of the HS system dictionary
|
|
vmTestbase_nsk_sysdict = \
|
|
vmTestbase/nsk/sysdict/vm/stress
|
|
|
|
vmTestbase_vm_metaspace = \
|
|
vmTestbase/metaspace
|
|
|
|
# JVMTI tests
|
|
vmTestbase_nsk_jvmti = \
|
|
vmTestbase/nsk/jvmti \
|
|
vmTestbase/nsk/share/ExceptionCheckingJniEnv
|
|
|
|
# JDWP tests
|
|
vmTestbase_nsk_jdwp = \
|
|
vmTestbase/nsk/jdwp
|
|
|
|
vmTestbase_nsk_stress = \
|
|
vmTestbase/nsk/stress
|
|
|
|
vmTestbase_vm_g1classunloading = \
|
|
vmTestbase/gc/g1/unloading/tests
|
|
|
|
# Garbage collector tests
|
|
vmTestbase_vm_gc = \
|
|
:vmTestbase_vm_gc_concurrent \
|
|
:vmTestbase_vm_gc_container \
|
|
:vmTestbase_vm_gc_compact \
|
|
:vmTestbase_vm_gc_juggle \
|
|
:vmTestbase_vm_gc_locker \
|
|
:vmTestbase_vm_gc_misc \
|
|
:vmTestbase_vm_gc_ref
|
|
|
|
# In a loop: fill out the heap until OOME and then partly clear it. Variate object type and size
|
|
vmTestbase_vm_gc_compact = \
|
|
vmTestbase/vm/gc/compact
|
|
|
|
# GC and mutlithreads
|
|
vmTestbase_vm_gc_concurrent = \
|
|
vmTestbase/vm/gc/concurrent
|
|
|
|
# Various data structures
|
|
vmTestbase_vm_gc_container = \
|
|
vmTestbase/vm/gc/containers \
|
|
vmTestbase/gc/vector
|
|
|
|
# Playing with object arrays and various strategies of garbage producing
|
|
vmTestbase_vm_gc_juggle = \
|
|
vmTestbase/gc/ArrayJuggle/
|
|
|
|
# GC Locker
|
|
vmTestbase_vm_gc_locker = \
|
|
vmTestbase/gc/lock \
|
|
vmTestbase/gc/gctests/nativeGC01/nativeGC01.java \
|
|
vmTestbase/gc/gctests/nativeGC02/nativeGC02.java \
|
|
vmTestbase/gc/gctests/nativeGC03/nativeGC03.java \
|
|
vmTestbase/gc/gctests/nativeGC05/nativeGC05.java
|
|
|
|
# GC and references
|
|
vmTestbase_vm_gc_ref = \
|
|
vmTestbase/gc/gctests/SoftReference \
|
|
vmTestbase/gc/gctests/WeakReference \
|
|
vmTestbase/gc/gctests/WeakReferenceGC \
|
|
vmTestbase/gc/gctests/PhantomReference \
|
|
vmTestbase/gc/gctests/ReferencesGC
|
|
|
|
# miscellaneous gc tests
|
|
vmTestbase_vm_gc_misc = \
|
|
vmTestbase/gc \
|
|
vmTestbase/vm/gc \
|
|
-:vmTestbase_vm_g1classunloading \
|
|
-:vmTestbase_vm_gc_compact \
|
|
-:vmTestbase_vm_gc_concurrent \
|
|
-:vmTestbase_vm_gc_container \
|
|
-:vmTestbase_vm_gc_juggle \
|
|
-:vmTestbase_vm_gc_locker \
|
|
-:vmTestbase_vm_gc_ref
|
|
|
|
vmTestbase_largepages = \
|
|
vmTestbase/gc/gctests/LoadUnloadGC \
|
|
vmTestbase/gc/gctests/LoadUnloadGC2 \
|
|
vmTestbase/gc/memory/LargePagesTest \
|
|
vmTestbase/gc/memory/Nio \
|
|
vmTestbase/metaspace/staticReferences/StaticReferences.java \
|
|
vmTestbase/metaspace/stressDictionary/StressDictionary.java \
|
|
vmTestbase/metaspace/stressHierarchy/stressHierarchy001/TestDescription.java \
|
|
vmTestbase/metaspace/stressHierarchy/stressHierarchy011/TestDescription.java \
|
|
vmTestbase/metaspace/flags/maxMetaspaceSize/TestMaxMetaspaceSize.java \
|
|
vmTestbase/metaspace/shrink_grow/ShrinkGrowTest/ShrinkGrowTest.java \
|
|
vmTestbase/metaspace/shrink_grow/ShrinkGrowMultiJVM/ShrinkGrowMultiJVM.java \
|
|
vmTestbase/metaspace/shrink_grow/CompressedClassSpaceSize/TestDescription.java
|
|
|
|
# Just-In-Time compiler tests
|
|
vmTestbase_vm_compiler = \
|
|
vmTestbase/vm/compiler \
|
|
vmTestbase/jit \
|
|
vmTestbase/vm/jit
|
|
|
|
# JSR292 tests (invokedynamic AKA Multi-Language VM AKA Da Vinci Machine)
|
|
vmTestbase_vm_mlvm = \
|
|
vmTestbase/vm/mlvm
|
|
|
|
# Tests for attach-on-demand implementation
|
|
vmTestbase_nsk_aod = \
|
|
vmTestbase/nsk/aod
|
|
|
|
# JDB tests
|
|
vmTestbase_nsk_jdb = \
|
|
vmTestbase/nsk/jdb
|
|
|
|
# vmTestbase_*_quick groups are defined in TEST.quick-groups
|