2013-08-28 02:05:53 +00:00
|
|
|
#
|
2018-03-22 23:39:02 +00:00
|
|
|
# Copyright (c) 2013, 2018, Oracle and/or its affiliates. All rights reserved.
|
2013-08-28 02:05:53 +00:00
|
|
|
# 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.
|
|
|
|
#
|
|
|
|
|
2014-12-16 11:52:04 +00:00
|
|
|
hotspot_all = \
|
|
|
|
/
|
2016-11-24 13:52:34 +00:00
|
|
|
|
2017-11-15 13:14:56 +00:00
|
|
|
hotspot_all_no_apps = \
|
|
|
|
/ \
|
|
|
|
-applications
|
|
|
|
|
2016-03-31 15:39:00 +00:00
|
|
|
hotspot_compiler = \
|
|
|
|
compiler
|
2016-11-24 13:52:34 +00:00
|
|
|
|
2018-03-22 23:39:02 +00:00
|
|
|
hotspot_compiler_xcomp = \
|
|
|
|
:hotspot_compiler \
|
|
|
|
-:tier1_compiler_not_xcomp
|
|
|
|
|
2018-04-27 15:28:06 +00:00
|
|
|
hotspot_compiler_all_gcs = \
|
|
|
|
:hotspot_compiler \
|
|
|
|
-:tier1_compiler_not_cms
|
|
|
|
|
2016-03-31 15:39:00 +00:00
|
|
|
hotspot_gc = \
|
2018-12-21 16:18:59 +00:00
|
|
|
gc \
|
|
|
|
-gc/nvdimm
|
2016-03-31 15:39:00 +00:00
|
|
|
|
|
|
|
hotspot_runtime = \
|
|
|
|
runtime
|
2016-11-24 13:52:34 +00:00
|
|
|
|
2017-08-31 08:00:28 +00:00
|
|
|
hotspot_handshake = \
|
|
|
|
runtime/handshake
|
|
|
|
|
2016-03-31 15:39:00 +00:00
|
|
|
hotspot_serviceability = \
|
|
|
|
serviceability
|
2016-11-24 13:52:34 +00:00
|
|
|
|
2016-03-31 15:39:00 +00:00
|
|
|
hotspot_misc = \
|
|
|
|
/ \
|
2017-03-10 17:58:37 +00:00
|
|
|
-applications \
|
2018-05-08 22:28:12 +00:00
|
|
|
-vmTestbase \
|
2016-03-31 15:39:00 +00:00
|
|
|
-:hotspot_compiler \
|
|
|
|
-:hotspot_gc \
|
|
|
|
-:hotspot_runtime \
|
2019-01-29 19:21:43 +00:00
|
|
|
-:hotspot_serviceability \
|
|
|
|
-gc/nvdimm
|
2014-12-16 11:52:04 +00:00
|
|
|
|
2015-02-27 10:56:34 +00:00
|
|
|
hotspot_native_sanity = \
|
|
|
|
native_sanity
|
|
|
|
|
2018-02-22 19:58:01 +00:00
|
|
|
tier1_common = \
|
2017-05-25 01:28:34 +00:00
|
|
|
sanity/BasicVMTest.java \
|
2017-09-12 17:03:59 +00:00
|
|
|
gtest/GTestWrapper.java
|
2017-05-25 01:28:34 +00:00
|
|
|
|
2018-02-22 19:58:01 +00:00
|
|
|
tier1_compiler = \
|
|
|
|
:tier1_compiler_1 \
|
|
|
|
:tier1_compiler_2 \
|
2018-03-22 23:39:02 +00:00
|
|
|
:tier1_compiler_3 \
|
|
|
|
:tier1_compiler_not_xcomp
|
|
|
|
|
|
|
|
hotspot_not_fast_compiler = \
|
|
|
|
:hotspot_compiler \
|
2018-04-19 22:31:06 +00:00
|
|
|
-:tier1_compiler \
|
2018-06-29 00:07:34 +00:00
|
|
|
-:hotspot_slow_compiler \
|
|
|
|
-compiler/graalunit
|
2018-04-19 22:31:06 +00:00
|
|
|
|
|
|
|
hotspot_slow_compiler = \
|
|
|
|
compiler/codegen/aes \
|
|
|
|
compiler/codecache/stress \
|
|
|
|
compiler/gcbarriers/PreserveFPRegistersTest.java
|
2018-02-22 19:58:01 +00:00
|
|
|
|
|
|
|
tier1_compiler_1 = \
|
2014-11-18 18:44:45 +00:00
|
|
|
compiler/arraycopy/ \
|
|
|
|
compiler/c1/ \
|
|
|
|
compiler/c2/ \
|
2016-07-12 15:24:48 +00:00
|
|
|
-compiler/c2/Test6850611.java \
|
|
|
|
-compiler/c2/cr6890943/Test6890943.java \
|
|
|
|
-compiler/c2/Test6905845.java \
|
|
|
|
-compiler/c2/cr6340864 \
|
|
|
|
-compiler/c2/cr6589834 \
|
2016-08-03 02:46:29 +00:00
|
|
|
-compiler/c2/cr8004867 \
|
2016-07-12 15:24:48 +00:00
|
|
|
-compiler/c2/stemmer \
|
|
|
|
-compiler/c2/Test6792161.java \
|
|
|
|
-compiler/c2/Test6603011.java \
|
|
|
|
-compiler/c2/Test6912517.java \
|
2016-03-28 10:49:34 +00:00
|
|
|
|
2018-02-22 19:58:01 +00:00
|
|
|
tier1_compiler_2 = \
|
2014-11-18 18:44:45 +00:00
|
|
|
compiler/classUnloading/ \
|
|
|
|
compiler/codecache/ \
|
2014-09-18 10:23:20 +00:00
|
|
|
compiler/codegen/ \
|
2014-11-18 18:44:45 +00:00
|
|
|
compiler/cpuflags/ \
|
2014-11-20 10:06:26 +00:00
|
|
|
compiler/dependencies/ \
|
2014-11-18 18:44:45 +00:00
|
|
|
compiler/eliminateAutobox/ \
|
|
|
|
compiler/escapeAnalysis/ \
|
2014-10-02 18:36:44 +00:00
|
|
|
compiler/exceptions/ \
|
2014-11-18 18:44:45 +00:00
|
|
|
compiler/floatingpoint/ \
|
|
|
|
compiler/gcbarriers/ \
|
2014-09-18 10:23:20 +00:00
|
|
|
compiler/inlining/ \
|
2014-11-18 18:44:45 +00:00
|
|
|
compiler/integerArithmetic/ \
|
|
|
|
compiler/interpreter/ \
|
2015-12-24 00:24:19 +00:00
|
|
|
compiler/jvmci/ \
|
2018-04-19 22:31:06 +00:00
|
|
|
-:hotspot_slow_compiler
|
2016-03-28 10:49:34 +00:00
|
|
|
|
2018-02-22 19:58:01 +00:00
|
|
|
tier1_compiler_3 = \
|
2014-11-18 18:44:45 +00:00
|
|
|
compiler/intrinsics/ \
|
|
|
|
compiler/jsr292/ \
|
|
|
|
compiler/loopopts/ \
|
|
|
|
compiler/macronodes/ \
|
2016-01-12 08:19:09 +00:00
|
|
|
compiler/memoryinitialization/ \
|
2014-11-18 18:44:45 +00:00
|
|
|
compiler/osr/ \
|
|
|
|
compiler/regalloc/ \
|
|
|
|
compiler/runtime/ \
|
|
|
|
compiler/startup/ \
|
|
|
|
compiler/types/ \
|
|
|
|
compiler/uncommontrap/ \
|
|
|
|
compiler/unsafe/ \
|
2018-03-13 17:22:15 +00:00
|
|
|
compiler/vectorization/ \
|
2016-02-29 12:02:10 +00:00
|
|
|
-compiler/intrinsics/bmi \
|
2014-11-18 18:44:45 +00:00
|
|
|
-compiler/intrinsics/mathexact \
|
|
|
|
-compiler/intrinsics/sha \
|
2016-07-12 15:24:48 +00:00
|
|
|
-compiler/intrinsics/bigInteger/TestMultiplyToLen.java \
|
|
|
|
-compiler/intrinsics/zip/TestAdler32.java \
|
|
|
|
-compiler/loopopts/Test7052494.java \
|
|
|
|
-compiler/runtime/Test6826736.java
|
2014-09-18 10:23:20 +00:00
|
|
|
|
2018-03-22 23:39:02 +00:00
|
|
|
tier1_compiler_not_xcomp = \
|
2018-10-03 17:38:30 +00:00
|
|
|
compiler/aot \
|
|
|
|
compiler/profiling
|
2018-02-22 19:58:01 +00:00
|
|
|
|
2018-04-27 15:28:06 +00:00
|
|
|
tier1_compiler_not_cms = \
|
|
|
|
compiler/aot \
|
|
|
|
compiler/jvmci
|
|
|
|
|
2018-03-02 23:02:26 +00:00
|
|
|
ctw_1 = \
|
|
|
|
applications/ctw/modules/ \
|
2018-04-19 22:31:06 +00:00
|
|
|
-:ctw_2 \
|
|
|
|
-:ctw_3
|
2018-03-02 23:02:26 +00:00
|
|
|
|
|
|
|
ctw_2 = \
|
|
|
|
applications/ctw/modules/java_base.java \
|
2018-04-25 04:40:10 +00:00
|
|
|
applications/ctw/modules/java_base_2.java \
|
|
|
|
applications/ctw/modules/java_desktop.java \
|
|
|
|
applications/ctw/modules/java_desktop_2.java
|
2018-03-02 23:02:26 +00:00
|
|
|
|
2018-04-19 22:31:06 +00:00
|
|
|
ctw_3 = \
|
|
|
|
applications/ctw/modules/java_xml.java \
|
|
|
|
applications/ctw/modules/jdk_compiler.java \
|
|
|
|
applications/ctw/modules/jdk_internal_vm_compiler.java \
|
|
|
|
applications/ctw/modules/jdk_localedata.java \
|
|
|
|
applications/ctw/modules/jdk_scripting_nashorn.java \
|
|
|
|
|
2018-02-22 19:58:01 +00:00
|
|
|
tier1_gc = \
|
|
|
|
:tier1_gc_1 \
|
|
|
|
:tier1_gc_2 \
|
|
|
|
:tier1_gc_gcold \
|
2018-12-10 14:47:44 +00:00
|
|
|
:tier1_gc_gcbasher \
|
|
|
|
:tier1_gc_shenandoah
|
2016-11-24 13:52:34 +00:00
|
|
|
|
2018-03-22 23:39:02 +00:00
|
|
|
hotspot_not_fast_gc = \
|
|
|
|
:hotspot_gc \
|
|
|
|
-:tier1_gc
|
|
|
|
|
2018-02-22 19:58:01 +00:00
|
|
|
tier1_gc_1 = \
|
2018-12-10 14:47:44 +00:00
|
|
|
:gc_epsilon \
|
2018-03-28 20:25:15 +00:00
|
|
|
gc/g1/ \
|
|
|
|
-gc/g1/ihop/TestIHOPErgo.java
|
2018-12-10 09:25:27 +00:00
|
|
|
-gc/g1/TestTimelyCompaction.java
|
2016-03-30 14:25:32 +00:00
|
|
|
|
2018-02-22 19:58:01 +00:00
|
|
|
tier1_gc_2 = \
|
2014-12-11 06:32:24 +00:00
|
|
|
gc/ \
|
2018-12-10 14:47:44 +00:00
|
|
|
-:gc_epsilon \
|
2016-03-30 14:25:32 +00:00
|
|
|
-gc/g1/ \
|
2016-05-10 18:23:33 +00:00
|
|
|
-gc/logging/TestUnifiedLoggingSwitchStress.java \
|
2016-04-14 12:45:38 +00:00
|
|
|
-gc/stress \
|
2016-03-30 14:25:32 +00:00
|
|
|
-gc/survivorAlignment/TestPromotionFromSurvivorToTenuredAfterMinorGC.java \
|
|
|
|
-gc/cms/TestMBeanCMS.java \
|
2018-12-10 14:47:44 +00:00
|
|
|
-gc/metaspace/CompressedClassSpaceSizeInJmapHeap.java \
|
2018-12-21 16:18:59 +00:00
|
|
|
-gc/shenandoah \
|
|
|
|
-gc/nvdimm
|
2018-12-10 14:47:44 +00:00
|
|
|
|
|
|
|
gc_epsilon = \
|
|
|
|
gc/epsilon/ \
|
|
|
|
gc/CriticalNativeArgs.java \
|
2019-01-29 19:21:43 +00:00
|
|
|
gc/stress/CriticalNativeStress.java
|
2014-07-11 20:49:15 +00:00
|
|
|
|
2018-02-22 19:58:01 +00:00
|
|
|
tier1_gc_gcold = \
|
2018-03-22 23:39:02 +00:00
|
|
|
gc/stress/gcold/TestGCOldWithG1.java \
|
|
|
|
gc/stress/gcold/TestGCOldWithCMS.java \
|
|
|
|
gc/stress/gcold/TestGCOldWithSerial.java \
|
2017-04-21 08:43:43 +00:00
|
|
|
gc/stress/gcold/TestGCOldWithParallel.java
|
2015-01-07 14:02:00 +00:00
|
|
|
|
2018-02-22 19:58:01 +00:00
|
|
|
tier1_gc_gcbasher = \
|
2016-10-06 14:32:46 +00:00
|
|
|
gc/stress/gcbasher/TestGCBasherWithG1.java \
|
|
|
|
gc/stress/gcbasher/TestGCBasherWithCMS.java \
|
|
|
|
gc/stress/gcbasher/TestGCBasherWithSerial.java \
|
|
|
|
gc/stress/gcbasher/TestGCBasherWithParallel.java
|
2019-01-29 19:21:43 +00:00
|
|
|
|
2018-12-10 14:47:44 +00:00
|
|
|
tier1_gc_shenandoah = \
|
|
|
|
gc/shenandoah/options/ \
|
|
|
|
gc/shenandoah/compiler/ \
|
|
|
|
gc/shenandoah/mxbeans/ \
|
|
|
|
gc/shenandoah/TestSmallHeap.java \
|
|
|
|
gc/shenandoah/oom/ \
|
|
|
|
gc/CriticalNativeArgs.java
|
|
|
|
|
|
|
|
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/metaspace/TestMetaspacePerfCounters.java \
|
|
|
|
gc/metaspace/TestMetaspacePerfCounters.java \
|
|
|
|
gc/startup_warnings/TestShenandoah.java \
|
|
|
|
gc/TestFullGCALot.java \
|
|
|
|
gc/logging/TestUnifiedLoggingSwitchStress.java \
|
|
|
|
runtime/Metaspace/DefineClass.java \
|
|
|
|
gc/shenandoah/ \
|
|
|
|
serviceability/sa/TestHeapDumpForInvokeDynamic.java \
|
|
|
|
-gc/shenandoah/TestStringDedupStress.java \
|
|
|
|
-gc/stress/CriticalNativeStress.java \
|
|
|
|
-:tier1_gc_shenandoah
|
|
|
|
|
|
|
|
tier3_gc_shenandoah = \
|
|
|
|
gc/stress/gcold/TestGCOldWithShenandoah.java \
|
|
|
|
gc/stress/gcbasher/TestGCBasherWithShenandoah.java \
|
|
|
|
gc/stress/gclocker/TestGCLockerWithShenandoah.java \
|
|
|
|
gc/stress/systemgc/TestSystemGCWithShenandoah.java \
|
|
|
|
gc/shenandoah/TestStringDedupStress.java \
|
|
|
|
gc/stress/CriticalNativeStress.java \
|
|
|
|
-:tier2_gc_shenandoah
|
|
|
|
|
|
|
|
hotspot_gc_shenandoah = \
|
|
|
|
:tier1_gc_shenandoah \
|
|
|
|
:tier2_gc_shenandoah \
|
|
|
|
:tier3_gc_shenandoah
|
2016-10-06 14:32:46 +00:00
|
|
|
|
2018-02-22 19:58:01 +00:00
|
|
|
tier1_runtime = \
|
2014-08-15 01:14:07 +00:00
|
|
|
runtime/ \
|
2018-04-11 12:49:06 +00:00
|
|
|
-runtime/6626217/bug_21227.java \
|
2016-09-21 16:45:18 +00:00
|
|
|
-runtime/7100935 \
|
|
|
|
-runtime/7158988/FieldMonitor.java \
|
|
|
|
-runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java \
|
|
|
|
-runtime/CommandLine/PrintGCApplicationConcurrentTime.java \
|
|
|
|
-runtime/ConstantPool/IntfMethod.java \
|
|
|
|
-runtime/ErrorHandling/CreateCoredumpOnCrash.java \
|
2015-10-07 15:37:46 +00:00
|
|
|
-runtime/ErrorHandling/ErrorHandler.java \
|
2018-06-13 23:32:02 +00:00
|
|
|
-runtime/ErrorHandling/TestHeapDumpOnOutOfMemoryError.java \
|
2017-02-23 20:59:14 +00:00
|
|
|
-runtime/ErrorHandling/TimeoutInErrorHandlingTest.java \
|
2016-09-21 16:45:18 +00:00
|
|
|
-runtime/logging/MonitorMismatchTest.java \
|
2014-08-15 01:14:07 +00:00
|
|
|
-runtime/memory/ReserveMemory.java \
|
2015-10-02 13:06:22 +00:00
|
|
|
-runtime/memory/RunUnitTestsConcurrently.java \
|
2016-09-21 16:45:18 +00:00
|
|
|
-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/NMT \
|
|
|
|
-runtime/RedefineObject/TestRedefineObject.java \
|
2016-10-18 12:39:43 +00:00
|
|
|
-runtime/RedefineTests/RedefineLeak.java \
|
2016-09-21 16:45:18 +00:00
|
|
|
-runtime/RedefineTests/RedefinePreviousVersions.java \
|
|
|
|
-runtime/RedefineTests/RedefineRunningMethods.java \
|
|
|
|
-runtime/RedefineTests/RedefineRunningMethodsWithBacktrace.java \
|
|
|
|
-runtime/ReservedStack \
|
2016-03-25 12:54:18 +00:00
|
|
|
-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 \
|
2014-08-15 01:14:07 +00:00
|
|
|
-runtime/SharedArchiveFile/CdsSameObjectAlignment.java \
|
2016-09-21 16:45:18 +00:00
|
|
|
-runtime/SharedArchiveFile/SharedBaseAddress.java \
|
2014-09-11 14:46:32 +00:00
|
|
|
-runtime/Thread/CancellableThreadTest.java \
|
2016-09-21 16:45:18 +00:00
|
|
|
-runtime/Thread/TestThreadDumpMonitorContention.java \
|
|
|
|
-runtime/Unsafe/RangeCheck.java \
|
2017-11-17 03:01:01 +00:00
|
|
|
-runtime/containers/ \
|
2015-04-29 14:03:49 +00:00
|
|
|
sanity/ \
|
2017-11-28 04:21:34 +00:00
|
|
|
testlibrary_tests/TestMutuallyExclusivePlatformPredicates.java \
|
2018-04-03 15:56:46 +00:00
|
|
|
-:tier1_runtime_appcds_exclude \
|
|
|
|
-runtime/signal
|
2014-07-11 20:49:15 +00:00
|
|
|
|
2017-03-06 17:24:47 +00:00
|
|
|
hotspot_cds = \
|
|
|
|
runtime/SharedArchiveFile/ \
|
|
|
|
runtime/CompressedOops/
|
|
|
|
|
2017-11-28 04:21:34 +00:00
|
|
|
# AppCDS
|
|
|
|
# If modifying AppCDS it is also recommended to run the open hotspot_cds group
|
|
|
|
hotspot_appcds = \
|
|
|
|
runtime/appcds/
|
|
|
|
|
2018-10-03 05:36:08 +00:00
|
|
|
# A subset of AppCDS tests to be run in tier1
|
2018-02-22 19:58:01 +00:00
|
|
|
tier1_runtime_appcds = \
|
2017-11-28 04:21:34 +00:00
|
|
|
runtime/appcds/HelloTest.java \
|
|
|
|
runtime/appcds/sharedStrings/SharedStringsBasic.java \
|
|
|
|
runtime/appcds/ClassLoaderTest.java
|
|
|
|
|
2018-02-22 19:58:01 +00:00
|
|
|
tier1_runtime_appcds_exclude = \
|
2017-11-28 04:21:34 +00:00
|
|
|
runtime/appcds/ \
|
2018-02-22 19:58:01 +00:00
|
|
|
-:tier1_runtime_appcds
|
2017-03-06 17:24:47 +00:00
|
|
|
|
2018-02-22 19:58:01 +00:00
|
|
|
tier1_serviceability = \
|
2016-01-14 15:03:03 +00:00
|
|
|
serviceability/dcmd/compiler \
|
2018-06-05 00:15:37 +00:00
|
|
|
-serviceability/dcmd/compiler/CompilerQueueTest.java \
|
2017-11-15 21:48:24 +00:00
|
|
|
serviceability/logging \
|
2018-03-28 20:25:15 +00:00
|
|
|
serviceability/sa \
|
|
|
|
-serviceability/sa/ClhsdbScanOops.java \
|
2018-06-13 23:32:02 +00:00
|
|
|
-serviceability/sa/TestJmapCore.java \
|
|
|
|
-serviceability/sa/TestJmapCoreMetaspace.java \
|
2018-03-28 20:25:15 +00:00
|
|
|
-serviceability/sa/TestHeapDumpForLargeArray.java
|
2014-07-11 20:49:15 +00:00
|
|
|
|
2018-02-22 19:58:01 +00:00
|
|
|
tier1 = \
|
|
|
|
:tier1_common \
|
|
|
|
:tier1_compiler \
|
|
|
|
:tier1_gc \
|
|
|
|
:tier1_runtime \
|
|
|
|
:tier1_serviceability
|
2017-03-07 16:35:45 +00:00
|
|
|
|
|
|
|
hotspot_tier2_runtime = \
|
2016-07-01 11:21:33 +00:00
|
|
|
runtime/ \
|
|
|
|
serviceability/ \
|
2016-09-21 16:45:18 +00:00
|
|
|
-runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java \
|
|
|
|
-runtime/Thread/TestThreadDumpMonitorContention.java \
|
2017-11-17 03:01:01 +00:00
|
|
|
-runtime/containers/ \
|
2018-02-22 19:58:01 +00:00
|
|
|
-:tier1_runtime \
|
|
|
|
-:tier1_serviceability \
|
2018-04-03 15:56:46 +00:00
|
|
|
-:hotspot_tier2_runtime_platform_agnostic \
|
2018-04-10 12:13:06 +00:00
|
|
|
-runtime/signal \
|
|
|
|
-runtime/NMT/MallocStressTest.java
|
2016-11-24 13:52:34 +00:00
|
|
|
|
2017-03-07 16:35:45 +00:00
|
|
|
hotspot_tier2_runtime_platform_agnostic = \
|
2016-07-01 11:21:33 +00:00
|
|
|
runtime/SelectionResolution \
|
2018-02-22 19:58:01 +00:00
|
|
|
-:tier1_runtime
|
2016-11-24 13:52:34 +00:00
|
|
|
|
2017-03-07 16:35:45 +00:00
|
|
|
hotspot_tier3_runtime = \
|
2016-09-21 16:45:18 +00:00
|
|
|
runtime/ \
|
|
|
|
serviceability/ \
|
2017-11-17 03:01:01 +00:00
|
|
|
-runtime/containers/ \
|
2018-02-22 19:58:01 +00:00
|
|
|
-:tier1_runtime \
|
|
|
|
-:tier1_serviceability \
|
2017-03-07 16:35:45 +00:00
|
|
|
-:hotspot_tier2_runtime_platform_agnostic \
|
|
|
|
-:hotspot_tier2_runtime
|
2014-10-24 16:17:32 +00:00
|
|
|
|
2016-08-23 17:20:51 +00:00
|
|
|
hotspot_runtime_minimalvm = \
|
|
|
|
runtime/MinimalVM \
|
|
|
|
runtime/ErrorHandling \
|
|
|
|
runtime/logging
|
2017-03-10 17:58:37 +00:00
|
|
|
|
2018-03-22 23:39:02 +00:00
|
|
|
hotspot_nmt = \
|
|
|
|
runtime/NMT
|
|
|
|
|
|
|
|
hotspot_rest_runtime = \
|
|
|
|
:hotspot_runtime \
|
|
|
|
-:tier1_runtime \
|
|
|
|
-:tier1_runtime_appcds_exclude \
|
|
|
|
-:hotspot_nmt \
|
|
|
|
-:hotspot_tier2_runtime_platform_agnostic
|
2018-05-02 23:43:56 +00:00
|
|
|
|
2018-07-20 13:15:54 +00:00
|
|
|
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
|
|
|
|
|
2018-05-02 23:43:56 +00:00
|
|
|
# Stress tests against information provided by VM via JMX
|
|
|
|
vmTestbase_nsk_monitoring = \
|
|
|
|
vmTestbase/nsk/monitoring
|
|
|
|
|
2018-05-24 00:09:49 +00:00
|
|
|
# Tests for default method implementation
|
|
|
|
vmTestbase_vm_defmeth = \
|
|
|
|
vmTestbase/vm/runtime/defmeth
|
|
|
|
|
2018-05-05 16:24:29 +00:00
|
|
|
# JDI tests
|
|
|
|
vmTestbase_nsk_jdi = \
|
|
|
|
vmTestbase/nsk/jdi
|
|
|
|
|
2018-05-16 23:43:11 +00:00
|
|
|
# Stress tests for classes loading/unloading
|
|
|
|
# NSK tests for functionality of the HS system dictionary
|
|
|
|
vmTestbase_nsk_sysdict = \
|
|
|
|
vmTestbase/nsk/sysdict/vm/stress
|
|
|
|
|
2018-05-22 20:05:22 +00:00
|
|
|
vmTestbase_vm_metaspace = \
|
|
|
|
vmTestbase/metaspace
|
|
|
|
|
2018-05-25 00:12:15 +00:00
|
|
|
# JVMTI tests
|
|
|
|
vmTestbase_nsk_jvmti = \
|
|
|
|
vmTestbase/nsk/jvmti
|
|
|
|
|
2018-05-31 03:54:45 +00:00
|
|
|
# JDWP tests
|
|
|
|
vmTestbase_nsk_jdwp = \
|
|
|
|
vmTestbase/nsk/jdwp
|
|
|
|
|
2018-05-17 23:21:27 +00:00
|
|
|
vmTestbase_nsk_stress = \
|
|
|
|
vmTestbase/nsk/stress
|
|
|
|
|
2018-05-17 21:52:47 +00:00
|
|
|
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/ \
|
|
|
|
vmTestbase/gc/memory/Array/ArrayJuggle
|
|
|
|
|
|
|
|
# GC Locker
|
|
|
|
vmTestbase_vm_gc_locker = \
|
|
|
|
vmTestbase/gc/lock \
|
|
|
|
vmTestbase/gc/gctests/mallocWithGC1/mallocWithGC1.java \
|
|
|
|
vmTestbase/gc/gctests/mallocWithGC2/mallocWithGC2.java \
|
|
|
|
vmTestbase/gc/gctests/mallocWithGC3/mallocWithGC3.java \
|
|
|
|
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 \
|
2018-05-22 20:05:22 +00:00
|
|
|
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/TestDescription.java \
|
|
|
|
vmTestbase/metaspace/shrink_grow/ShrinkGrowTest/ShrinkGrowTest.java \
|
|
|
|
vmTestbase/metaspace/shrink_grow/ShrinkGrowMultiJVM/ShrinkGrowMultiJVM.java \
|
|
|
|
vmTestbase/metaspace/shrink_grow/CompressedClassSpaceSize/TestDescription.java
|
2018-05-17 21:52:47 +00:00
|
|
|
|
2018-06-01 22:48:55 +00:00
|
|
|
# Just-In-Time compiler tests
|
|
|
|
vmTestbase_vm_compiler = \
|
|
|
|
vmTestbase/vm/compiler \
|
|
|
|
vmTestbase/jit \
|
|
|
|
vmTestbase/vm/jit
|
|
|
|
|
2018-05-17 07:23:28 +00:00
|
|
|
# JSR292 tests (invokedynamic AKA Multi-Language VM AKA Da Vinci Machine)
|
|
|
|
vmTestbase_vm_mlvm = \
|
|
|
|
vmTestbase/vm/mlvm
|
2018-05-22 17:08:04 +00:00
|
|
|
|
2018-05-30 23:18:56 +00:00
|
|
|
# Tests for attach-on-demand implementation
|
|
|
|
vmTestbase_nsk_aod = \
|
|
|
|
vmTestbase/nsk/aod
|
|
|
|
|
2018-05-22 17:08:04 +00:00
|
|
|
# JDB tests
|
|
|
|
vmTestbase_nsk_jdb = \
|
|
|
|
vmTestbase/nsk/jdb
|
2018-07-06 03:00:04 +00:00
|
|
|
|
|
|
|
# vmTestbase_*_quick groups are defined in TEST.quick-groups
|