2013-08-28 02:05:53 +00:00
|
|
|
#
|
2017-02-01 00:26:50 +00:00
|
|
|
# Copyright (c) 2013, 2017, 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
|
|
|
|
2016-03-31 15:39:00 +00:00
|
|
|
hotspot_compiler = \
|
|
|
|
compiler
|
2016-11-24 13:52:34 +00:00
|
|
|
|
2016-03-31 15:39:00 +00:00
|
|
|
hotspot_gc = \
|
|
|
|
gc
|
|
|
|
|
|
|
|
hotspot_runtime = \
|
|
|
|
runtime
|
2016-11-24 13:52:34 +00:00
|
|
|
|
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 = \
|
|
|
|
/ \
|
|
|
|
-:hotspot_compiler \
|
|
|
|
-:hotspot_gc \
|
|
|
|
-:hotspot_runtime \
|
|
|
|
-:hotspot_serviceability
|
2014-12-16 11:52:04 +00:00
|
|
|
|
2015-02-27 10:56:34 +00:00
|
|
|
hotspot_native_sanity = \
|
|
|
|
native_sanity
|
|
|
|
|
2016-03-31 15:39:00 +00:00
|
|
|
hotspot_fast_compiler_1 = \
|
2016-12-12 03:07:04 +00:00
|
|
|
compiler/aot/ \
|
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
|
|
|
|
2016-03-31 15:39:00 +00:00
|
|
|
hotspot_fast_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/ \
|
2016-07-12 15:24:48 +00:00
|
|
|
-compiler/codegen/aes \
|
2016-03-28 10:49:34 +00:00
|
|
|
-compiler/codecache/stress \
|
|
|
|
-compiler/gcbarriers/PreserveFPRegistersTest.java
|
|
|
|
|
2016-03-31 15:39:00 +00:00
|
|
|
hotspot_fast_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/ \
|
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
|
|
|
|
2016-03-31 15:39:00 +00:00
|
|
|
hotspot_fast_compiler_closed = \
|
2015-02-18 13:19:48 +00:00
|
|
|
sanity/ExecuteInternalVMTests.java
|
2014-07-11 20:49:15 +00:00
|
|
|
|
2016-11-24 13:52:34 +00:00
|
|
|
hotspot_not_fast_compiler = \
|
|
|
|
:hotspot_compiler \
|
|
|
|
-:hotspot_fast_compiler_1 \
|
|
|
|
-:hotspot_fast_compiler_2 \
|
|
|
|
-:hotspot_fast_compiler_3 \
|
|
|
|
-:hotspot_fast_compiler_closed
|
|
|
|
|
2016-03-31 15:39:00 +00:00
|
|
|
hotspot_fast_gc_1 = \
|
2016-03-30 14:25:32 +00:00
|
|
|
gc/g1/
|
|
|
|
|
2016-03-31 15:39:00 +00:00
|
|
|
hotspot_fast_gc_2 = \
|
2014-12-11 06:32:24 +00:00
|
|
|
sanity/ExecuteInternalVMTests.java \
|
|
|
|
gc/ \
|
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 \
|
2014-12-11 06:32:24 +00:00
|
|
|
-gc/metaspace/CompressedClassSpaceSizeInJmapHeap.java
|
2014-07-11 20:49:15 +00:00
|
|
|
|
2016-03-31 15:39:00 +00:00
|
|
|
hotspot_fast_gc_closed = \
|
2015-01-07 09:19:00 +00:00
|
|
|
sanity/ExecuteInternalVMTests.java
|
|
|
|
|
2016-03-31 15:39:00 +00:00
|
|
|
hotspot_fast_gc_gcold = \
|
2016-04-14 12:45:38 +00:00
|
|
|
gc/stress/TestGCOld.java
|
2015-01-07 14:02:00 +00:00
|
|
|
|
2016-10-06 14:32:46 +00:00
|
|
|
hotspot_fast_gc_gcbasher = \
|
|
|
|
gc/stress/gcbasher/TestGCBasherWithG1.java \
|
|
|
|
gc/stress/gcbasher/TestGCBasherWithCMS.java \
|
|
|
|
gc/stress/gcbasher/TestGCBasherWithSerial.java \
|
|
|
|
gc/stress/gcbasher/TestGCBasherWithParallel.java
|
|
|
|
|
2016-03-31 15:39:00 +00:00
|
|
|
hotspot_fast_runtime = \
|
2014-08-15 01:14:07 +00:00
|
|
|
runtime/ \
|
2016-09-21 16:45:18 +00:00
|
|
|
-runtime/6626217/Test6626217.sh \
|
|
|
|
-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 \
|
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 \
|
|
|
|
-runtime/SharedArchiveFile/DefaultUseWithClient.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 \
|
2015-04-29 14:03:49 +00:00
|
|
|
sanity/ \
|
2014-12-12 18:37:37 +00:00
|
|
|
testlibrary_tests/TestMutuallyExclusivePlatformPredicates.java
|
2014-07-11 20:49:15 +00:00
|
|
|
|
2016-03-31 15:39:00 +00:00
|
|
|
hotspot_fast_serviceability = \
|
2016-01-14 15:03:03 +00:00
|
|
|
serviceability/dcmd/compiler \
|
|
|
|
serviceability/logging
|
2014-07-11 20:49:15 +00:00
|
|
|
|
2014-12-16 11:52:04 +00:00
|
|
|
hotspot_jprt = \
|
2016-03-31 15:39:00 +00:00
|
|
|
:hotspot_fast_compiler_1 \
|
|
|
|
:hotspot_fast_compiler_2 \
|
|
|
|
:hotspot_fast_compiler_3 \
|
|
|
|
:hotspot_fast_compiler_closed \
|
2016-04-07 13:01:16 +00:00
|
|
|
:hotspot_fast_gc_1 \
|
|
|
|
:hotspot_fast_gc_2 \
|
2016-03-31 15:39:00 +00:00
|
|
|
:hotspot_fast_gc_closed \
|
|
|
|
:hotspot_fast_gc_gcold \
|
|
|
|
:hotspot_fast_runtime \
|
|
|
|
:hotspot_fast_serviceability
|
2016-11-24 13:52:34 +00:00
|
|
|
|
2016-07-01 11:21:33 +00:00
|
|
|
hotspot_runtime_tier2 = \
|
|
|
|
runtime/ \
|
|
|
|
serviceability/ \
|
2016-09-21 16:45:18 +00:00
|
|
|
-runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java \
|
|
|
|
-runtime/Thread/TestThreadDumpMonitorContention.java \
|
2016-07-01 11:21:33 +00:00
|
|
|
-:hotspot_fast_runtime \
|
|
|
|
-:hotspot_fast_serviceability \
|
|
|
|
-:hotspot_runtime_tier2_platform_agnostic
|
2016-11-24 13:52:34 +00:00
|
|
|
|
2016-07-01 11:21:33 +00:00
|
|
|
hotspot_runtime_tier2_platform_agnostic = \
|
|
|
|
runtime/SelectionResolution \
|
|
|
|
-:hotspot_fast_runtime
|
2016-11-24 13:52:34 +00:00
|
|
|
|
2016-09-21 16:45:18 +00:00
|
|
|
hotspot_runtime_tier3 = \
|
|
|
|
runtime/ \
|
|
|
|
serviceability/ \
|
|
|
|
-:hotspot_fast_runtime \
|
|
|
|
-:hotspot_fast_serviceability \
|
|
|
|
-:hotspot_runtime_tier2_platform_agnostic \
|
|
|
|
-:hotspot_runtime_tier2
|
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
|