2013-08-28 02:05:53 +00:00
|
|
|
#
|
2014-04-11 16:28:39 +00:00
|
|
|
# Copyright (c) 2013, 2014, 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.
|
|
|
|
#
|
|
|
|
|
|
|
|
# Profile-based Test Group Definitions
|
|
|
|
#
|
|
|
|
# These groups define the tests that cover the different possible runtimes:
|
|
|
|
# - compact1, compact2, compact3, full JRE, JDK
|
|
|
|
#
|
|
|
|
# In addition they support testing of the minimal VM on compact1 and compact2.
|
2013-10-18 03:30:17 +00:00
|
|
|
# Essentially this defines groups based around the specified API's and VM
|
2013-08-28 02:05:53 +00:00
|
|
|
# services available in the runtime.
|
|
|
|
#
|
|
|
|
# The groups are defined hierarchically in two forms:
|
|
|
|
# - The need_xxx groups list all the tests that have a dependency on
|
|
|
|
# a specific profile. This is either because it tests a feature in
|
|
|
|
# that profile, or the test infrastructure uses a feature in that
|
|
|
|
# profile.
|
|
|
|
# - The primary groups are defined in terms of the other primary groups
|
|
|
|
# combined with the needs_xxx groups (including and excluding them as
|
|
|
|
# appropriate). For example the jre can run all tests from compact3, plus
|
|
|
|
# those from needs_jre, but excluding those from need_jdk.
|
|
|
|
#
|
|
|
|
# The bottom group defines all the actual tests to be considered, simply
|
|
|
|
# by listing the top-level test directories.
|
|
|
|
#
|
|
|
|
# To use a group simply list it on the jtreg command line eg:
|
2013-10-18 03:30:17 +00:00
|
|
|
# jtreg :jdk
|
2013-08-28 02:05:53 +00:00
|
|
|
# runs all tests. While
|
2013-10-18 03:30:17 +00:00
|
|
|
# jtreg :compact2
|
2013-08-28 02:05:53 +00:00
|
|
|
# runs those tests that only require compact1 and compact2 API's.
|
|
|
|
#
|
|
|
|
|
|
|
|
# Full JDK can run all tests
|
|
|
|
#
|
|
|
|
jdk = \
|
|
|
|
:jre \
|
|
|
|
:needs_jdk
|
|
|
|
|
|
|
|
# Tests that require a full JDK to execute. Either they test a feature
|
|
|
|
# only in the JDK or they use tools that are only in the JDK. The latter
|
|
|
|
# can be resolved in some cases by using tools from the compile-jdk.
|
|
|
|
#
|
|
|
|
needs_jdk = \
|
2013-09-17 12:02:53 +00:00
|
|
|
gc/metaspace/CompressedClassSpaceSizeInJmapHeap.java \
|
2013-08-28 02:05:53 +00:00
|
|
|
gc/metaspace/TestMetaspacePerfCounters.java \
|
2013-10-22 00:51:03 +00:00
|
|
|
gc/metaspace/TestPerfCountersAndMemoryPools.java \
|
2013-08-28 02:05:53 +00:00
|
|
|
runtime/6819213/TestBootNativeLibraryPath.java \
|
|
|
|
runtime/7158988/FieldMonitor.java \
|
|
|
|
runtime/7194254/Test7194254.java \
|
|
|
|
runtime/Metaspace/FragmentMetaspace.java \
|
|
|
|
runtime/NMT/BaselineWithParameter.java \
|
2014-08-11 14:30:46 +00:00
|
|
|
runtime/NMT/JcmdBaselineDetail.java \
|
|
|
|
runtime/NMT/JcmdDetailDiff.java \
|
|
|
|
runtime/NMT/JcmdScaleDetail.java \
|
2013-08-28 02:05:53 +00:00
|
|
|
runtime/NMT/JcmdScale.java \
|
2014-08-11 14:30:46 +00:00
|
|
|
runtime/NMT/JcmdSummaryDiff.java \
|
2013-08-28 02:05:53 +00:00
|
|
|
runtime/NMT/JcmdWithNMTDisabled.java \
|
2014-08-11 14:30:46 +00:00
|
|
|
runtime/NMT/MallocRoundingReportTest.java \
|
|
|
|
runtime/NMT/MallocSiteHashOverflow.java \
|
|
|
|
runtime/NMT/MallocStressTest.java \
|
2013-08-28 02:05:53 +00:00
|
|
|
runtime/NMT/MallocTestType.java \
|
2014-09-09 16:48:42 +00:00
|
|
|
runtime/NMT/MallocTrackingVerify.java \
|
2013-08-28 02:05:53 +00:00
|
|
|
runtime/NMT/ReleaseCommittedMemory.java \
|
2014-08-11 14:30:46 +00:00
|
|
|
runtime/NMT/ReleaseNoCommit.java \
|
2013-08-28 02:05:53 +00:00
|
|
|
runtime/NMT/ShutdownTwice.java \
|
|
|
|
runtime/NMT/SummaryAfterShutdown.java \
|
|
|
|
runtime/NMT/SummarySanityCheck.java \
|
|
|
|
runtime/NMT/ThreadedMallocTestType.java \
|
|
|
|
runtime/NMT/ThreadedVirtualAllocTestType.java \
|
2014-08-11 14:30:46 +00:00
|
|
|
runtime/NMT/VirtualAllocCommitUncommitRecommit.java \
|
2013-08-28 02:05:53 +00:00
|
|
|
runtime/NMT/VirtualAllocTestType.java \
|
|
|
|
runtime/RedefineObject/TestRedefineObject.java \
|
2014-05-30 14:20:51 +00:00
|
|
|
runtime/Thread/TestThreadDumpMonitorContention.java \
|
2013-09-14 01:36:27 +00:00
|
|
|
runtime/XCheckJniJsig/XCheckJSig.java \
|
2013-10-04 11:44:49 +00:00
|
|
|
serviceability/attach/AttachWithStalePidFile.java \
|
2014-01-14 14:27:01 +00:00
|
|
|
serviceability/sa/jmap-hprof/JMapHProfLargeHeapTest.java \
|
|
|
|
serviceability/dcmd/DynLibDcmdTest.java
|
2013-10-04 11:44:49 +00:00
|
|
|
|
2013-08-28 02:05:53 +00:00
|
|
|
|
|
|
|
# JRE adds further tests to compact3
|
|
|
|
#
|
|
|
|
jre = \
|
|
|
|
:compact3 \
|
|
|
|
:needs_jre \
|
|
|
|
-:needs_jdk
|
|
|
|
|
|
|
|
# Tests that require the full JRE
|
|
|
|
#
|
|
|
|
needs_jre = \
|
2014-11-18 18:44:45 +00:00
|
|
|
compiler/c2/6852078/Test6852078.java \
|
|
|
|
compiler/c2/7047069/Test7047069.java \
|
2013-10-22 00:51:03 +00:00
|
|
|
runtime/6294277/SourceDebugExtension.java \
|
|
|
|
runtime/ClassFile/JsrRewriting.java \
|
|
|
|
runtime/ClassFile/OomWhileParsingRepeatedJsr.java
|
2013-08-28 02:05:53 +00:00
|
|
|
|
|
|
|
# Compact 3 adds further tests to compact2
|
|
|
|
#
|
|
|
|
compact3 = \
|
|
|
|
:compact2 \
|
|
|
|
:needs_compact3 \
|
|
|
|
-:needs_jre \
|
|
|
|
-:needs_jdk
|
|
|
|
|
|
|
|
|
|
|
|
# Tests that require compact3 API's
|
|
|
|
#
|
|
|
|
needs_compact3 = \
|
|
|
|
gc/6581734/Test6581734.java \
|
|
|
|
gc/7072527/TestFullGCCount.java \
|
2013-10-15 09:38:47 +00:00
|
|
|
gc/g1/TestHumongousAllocInitialMark.java \
|
2013-08-28 02:05:53 +00:00
|
|
|
gc/arguments/TestG1HeapRegionSize.java \
|
|
|
|
gc/metaspace/TestMetaspaceMemoryPool.java \
|
2014-03-17 15:29:13 +00:00
|
|
|
gc/arguments/TestDynMinHeapFreeRatio.java \
|
|
|
|
gc/arguments/TestDynMaxHeapFreeRatio.java \
|
2014-09-29 07:59:23 +00:00
|
|
|
gc/g1/TestShrinkAuxiliaryData00.java \
|
|
|
|
gc/g1/TestShrinkAuxiliaryData05.java \
|
|
|
|
gc/g1/TestShrinkAuxiliaryData10.java \
|
|
|
|
gc/g1/TestShrinkAuxiliaryData15.java \
|
|
|
|
gc/g1/TestShrinkAuxiliaryData20.java \
|
|
|
|
gc/g1/TestShrinkAuxiliaryData25.java \
|
|
|
|
gc/g1/TestShrinkAuxiliaryData30.java \
|
2013-08-28 02:05:53 +00:00
|
|
|
runtime/InternalApi/ThreadCpuTimesDeadlock.java \
|
2014-03-06 08:45:59 +00:00
|
|
|
serviceability/threads/TestFalseDeadLock.java \
|
2013-08-28 02:05:53 +00:00
|
|
|
|
|
|
|
# Compact 2 adds full VM tests
|
|
|
|
compact2 = \
|
|
|
|
:compact2_minimal \
|
2013-08-28 23:25:18 +00:00
|
|
|
:compact1 \
|
2013-08-28 02:05:53 +00:00
|
|
|
:needs_full_vm_compact2 \
|
|
|
|
-:needs_compact3 \
|
|
|
|
-:needs_jre \
|
|
|
|
-:needs_jdk
|
|
|
|
|
|
|
|
# Tests that require compact2 API's and a full VM
|
2013-10-18 03:30:17 +00:00
|
|
|
#
|
2013-08-28 02:05:53 +00:00
|
|
|
needs_full_vm_compact2 =
|
|
|
|
|
|
|
|
# Compact 1 adds full VM tests
|
|
|
|
#
|
|
|
|
compact1 = \
|
|
|
|
:compact1_minimal \
|
|
|
|
:needs_full_vm_compact1 \
|
|
|
|
-:needs_compact2 \
|
|
|
|
-:needs_full_vm_compact2 \
|
|
|
|
-:needs_compact3 \
|
|
|
|
-:needs_jre \
|
|
|
|
-:needs_jdk
|
|
|
|
|
|
|
|
# Tests that require compact1 API's and a full VM
|
|
|
|
#
|
|
|
|
needs_full_vm_compact1 = \
|
|
|
|
runtime/NMT \
|
|
|
|
gc/g1/TestRegionAlignment.java \
|
|
|
|
gc/g1/TestShrinkToOneRegion.java \
|
|
|
|
gc/metaspace/G1AddMetaspaceDependency.java \
|
2013-09-14 01:36:27 +00:00
|
|
|
gc/startup_warnings/TestCMS.java \
|
|
|
|
gc/startup_warnings/TestDefaultMaxRAMFraction.java \
|
|
|
|
gc/startup_warnings/TestDefNewCMS.java \
|
|
|
|
gc/startup_warnings/TestParallelGC.java \
|
|
|
|
gc/startup_warnings/TestParallelScavengeSerialOld.java \
|
|
|
|
gc/startup_warnings/TestParNewCMS.java \
|
|
|
|
gc/startup_warnings/TestParNewSerialOld.java \
|
|
|
|
runtime/SharedArchiveFile/SharedArchiveFile.java
|
2013-08-28 02:05:53 +00:00
|
|
|
|
|
|
|
# Minimal VM on Compact 2 adds in some compact2 tests
|
|
|
|
#
|
|
|
|
compact2_minimal = \
|
|
|
|
:compact1_minimal \
|
|
|
|
:needs_compact2 \
|
2013-08-28 23:25:18 +00:00
|
|
|
-:needs_full_vm_compact2 \
|
2013-08-28 02:05:53 +00:00
|
|
|
-:needs_compact3 \
|
|
|
|
-:needs_jre \
|
|
|
|
-:needs_jdk
|
|
|
|
|
|
|
|
# Tests that require compact2 API's
|
|
|
|
#
|
2014-10-24 16:17:32 +00:00
|
|
|
needs_compact2 = \
|
|
|
|
compiler/jsr292/CreatesInterfaceDotEqualsCallInfo.java
|
2013-08-28 02:05:53 +00:00
|
|
|
|
|
|
|
# All tests that run on the most minimal configuration: Minimal VM on Compact 1
|
|
|
|
compact1_minimal = \
|
|
|
|
serviceability/ \
|
|
|
|
compiler/ \
|
2013-09-25 15:47:22 +00:00
|
|
|
testlibrary_tests/ \
|
2013-08-28 02:05:53 +00:00
|
|
|
sanity/ \
|
|
|
|
runtime/ \
|
|
|
|
gc/ \
|
|
|
|
-:needs_full_vm_compact1 \
|
|
|
|
-:needs_full_vm_compact2 \
|
|
|
|
-:needs_compact2 \
|
|
|
|
-:needs_compact3 \
|
|
|
|
-:needs_jre \
|
|
|
|
-:needs_jdk
|
2014-06-11 14:56:01 +00:00
|
|
|
|
|
|
|
# All tests that explicitly set the G1 GC
|
|
|
|
#
|
|
|
|
needs_g1gc = \
|
|
|
|
compiler/regalloc/C1ObjectSpillInLogicOp.java \
|
|
|
|
gc/TestSystemGC.java \
|
|
|
|
gc/arguments/TestAlignmentToUseLargePages.java \
|
|
|
|
gc/arguments/TestG1HeapRegionSize.java \
|
|
|
|
gc/arguments/TestG1HeapSizeFlags.java \
|
|
|
|
gc/arguments/TestMaxHeapSizeTools.java \
|
|
|
|
gc/arguments/TestMaxNewSize.java \
|
2014-10-02 09:22:02 +00:00
|
|
|
gc/arguments/TestParallelGCThreads.java \
|
2014-06-11 14:56:01 +00:00
|
|
|
gc/arguments/TestUseCompressedOopsErgo.java \
|
2014-08-06 07:55:16 +00:00
|
|
|
gc/class_unloading/TestG1ClassUnloadingHWM.java \
|
2014-06-11 14:56:01 +00:00
|
|
|
gc/g1/ \
|
|
|
|
gc/metaspace/G1AddMetaspaceDependency.java \
|
|
|
|
gc/metaspace/TestMetaspacePerfCounters.java \
|
|
|
|
gc/startup_warnings/TestG1.java
|
|
|
|
|
|
|
|
# All tests that explicitly set the serial GC
|
|
|
|
#
|
|
|
|
needs_serialgc = \
|
|
|
|
gc/TestSystemGC.java \
|
|
|
|
gc/arguments/TestAlignmentToUseLargePages.java \
|
|
|
|
gc/arguments/TestMaxNewSize.java \
|
|
|
|
gc/arguments/TestSerialHeapSizeFlags.java \
|
|
|
|
gc/arguments/TestUseCompressedOopsErgo.java \
|
|
|
|
gc/defnew/HeapChangeLogging.java \
|
|
|
|
gc/metaspace/TestMetaspacePerfCounters.java \
|
|
|
|
gc/metaspace/TestPerfCountersAndMemoryPools.java \
|
|
|
|
gc/startup_warnings/TestSerialGC.java
|
|
|
|
|
|
|
|
# All tests that explicitly set the parallel GC
|
|
|
|
#
|
|
|
|
needs_parallelgc = \
|
|
|
|
gc/TestSystemGC.java \
|
|
|
|
gc/arguments/TestAlignmentToUseLargePages.java \
|
|
|
|
gc/arguments/TestMaxNewSize.java \
|
|
|
|
gc/arguments/TestMinInitialErgonomics.java \
|
2014-10-02 09:22:02 +00:00
|
|
|
gc/arguments/TestParallelGCThreads.java \
|
2014-06-11 14:56:01 +00:00
|
|
|
gc/arguments/TestUseCompressedOopsErgo.java \
|
|
|
|
gc/metaspace/TestMetaspacePerfCounters.java \
|
|
|
|
gc/parallelScavenge/ \
|
|
|
|
gc/startup_warnings/TestParallelGC.java \
|
|
|
|
gc/startup_warnings/TestParallelScavengeSerialOld.java
|
|
|
|
|
|
|
|
# All tests that explicitly set the CMS GC
|
|
|
|
#
|
|
|
|
needs_cmsgc = \
|
|
|
|
gc/6581734/Test6581734.java \
|
|
|
|
gc/TestSystemGC.java \
|
|
|
|
gc/arguments/TestAlignmentToUseLargePages.java \
|
|
|
|
gc/arguments/TestCMSHeapSizeFlags.java \
|
|
|
|
gc/arguments/TestMaxNewSize.java \
|
2014-10-02 09:22:02 +00:00
|
|
|
gc/arguments/TestParallelGCThreads.java \
|
2014-06-11 14:56:01 +00:00
|
|
|
gc/arguments/TestUseCompressedOopsErgo.java \
|
2014-08-06 07:55:16 +00:00
|
|
|
gc/class_unloading/TestCMSClassUnloadingEnabledHWM.java \
|
2014-06-11 14:56:01 +00:00
|
|
|
gc/concurrentMarkSweep/ \
|
|
|
|
gc/startup_warnings/TestCMS.java \
|
|
|
|
gc/startup_warnings/TestDefNewCMS.java \
|
|
|
|
gc/startup_warnings/TestParNewCMS.java
|
|
|
|
|
|
|
|
# All tests that explicitly set some GC
|
|
|
|
#
|
|
|
|
needs_gc = \
|
|
|
|
:needs_g1gc \
|
|
|
|
:needs_serialgc \
|
|
|
|
:needs_parallelgc \
|
|
|
|
:needs_cmsgc
|
|
|
|
|
|
|
|
# All tests that do not set any GC explicitly
|
|
|
|
#
|
|
|
|
not_needs_gc = \
|
|
|
|
:jdk \
|
|
|
|
-:needs_gc
|
|
|
|
|
|
|
|
# All tests that could be executed with the G1 GC without VM flags conflict
|
|
|
|
#
|
|
|
|
applicable_g1gc = \
|
|
|
|
:jdk \
|
|
|
|
-:needs_serialgc \
|
|
|
|
-:needs_parallelgc \
|
|
|
|
-:needs_cmsgc
|
|
|
|
|
|
|
|
# All tests that could be executed with the serial GC without VM flags conflict
|
|
|
|
#
|
|
|
|
applicable_serialgc = \
|
|
|
|
:jdk \
|
|
|
|
-:needs_g1gc \
|
|
|
|
-:needs_parallelgc \
|
|
|
|
-:needs_cmsgc
|
|
|
|
|
|
|
|
# All tests that could be executed with the parallel GC without VM flags conflict
|
|
|
|
#
|
|
|
|
applicable_parallelgc = \
|
|
|
|
:jdk \
|
|
|
|
-:needs_g1gc \
|
|
|
|
-:needs_serialgc \
|
|
|
|
-:needs_cmsgc
|
|
|
|
|
|
|
|
# All tests that could be executed with the CMS GC without VM flags conflict
|
|
|
|
#
|
|
|
|
applicable_cmsgc = \
|
|
|
|
:jdk \
|
|
|
|
-:needs_g1gc \
|
|
|
|
-:needs_serialgc \
|
|
|
|
-:needs_parallelgc
|
|
|
|
|
|
|
|
|
2014-07-11 20:49:15 +00:00
|
|
|
# When called from top level the test suites use the hotspot_ prefix
|
|
|
|
hotspot_wbapitest = \
|
|
|
|
sanity/
|
|
|
|
|
2014-09-18 10:23:20 +00:00
|
|
|
hotspot_compiler_1 = \
|
2014-11-18 18:44:45 +00:00
|
|
|
compiler/arraycopy/ \
|
|
|
|
compiler/c1/ \
|
|
|
|
compiler/c2/ \
|
|
|
|
-compiler/c2/5091921/Test6850611.java \
|
|
|
|
-compiler/c2/5091921/Test6890943.java \
|
|
|
|
-compiler/c2/5091921/Test6905845.java \
|
|
|
|
-compiler/c2/6340864 \
|
|
|
|
-compiler/c2/6589834 \
|
|
|
|
-compiler/c2/6603011 \
|
|
|
|
-compiler/c2/6912517 \
|
|
|
|
-compiler/c2/6792161 \
|
|
|
|
-compiler/c2/7070134 \
|
|
|
|
-compiler/c2/8004867
|
|
|
|
|
2014-09-18 10:23:20 +00:00
|
|
|
hotspot_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/ \
|
|
|
|
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/ \
|
|
|
|
-compiler/codegen/7184394
|
2014-09-30 08:22:58 +00:00
|
|
|
|
2014-11-18 18:44:45 +00:00
|
|
|
hotspot_compiler_3 = \
|
|
|
|
compiler/intrinsics/ \
|
|
|
|
compiler/jsr292/ \
|
|
|
|
compiler/loopopts/ \
|
|
|
|
compiler/macronodes/ \
|
|
|
|
compiler/osr/ \
|
|
|
|
compiler/regalloc/ \
|
|
|
|
compiler/runtime/ \
|
|
|
|
compiler/startup/ \
|
|
|
|
compiler/types/ \
|
|
|
|
compiler/uncommontrap/ \
|
|
|
|
compiler/unsafe/ \
|
|
|
|
-compiler/intrinsics/bmi/verifycode \
|
|
|
|
-compiler/intrinsics/mathexact \
|
|
|
|
-compiler/intrinsics/multiplytolen \
|
|
|
|
-compiler/intrinsics/sha \
|
|
|
|
-compiler/loopopts/7052494 \
|
|
|
|
-compiler/runtime/6826736
|
2014-09-18 10:23:20 +00:00
|
|
|
|
|
|
|
hotspot_compiler_closed = \
|
2014-11-18 18:44:45 +00:00
|
|
|
closed/compiler/c1/ \
|
|
|
|
closed/compiler/c2/ \
|
|
|
|
closed/compiler/codegen/ \
|
|
|
|
closed/compiler/escapeAnalysis/ \
|
|
|
|
closed/compiler/interpreter/ \
|
|
|
|
closed/compiler/jsr292/ \
|
|
|
|
closed/compiler/loopopts/ \
|
|
|
|
closed/compiler/oracle/ \
|
|
|
|
closed/compiler/runtime/ \
|
|
|
|
closed/compiler/symantec/ \
|
|
|
|
-closed/compiler/c1/4477197 \
|
|
|
|
-closed/compiler/c1/5040872 \
|
|
|
|
-closed/compiler/c1/6507107 \
|
|
|
|
-closed/compiler/c2/4344895 \
|
|
|
|
-closed/compiler/c2/4485006 \
|
|
|
|
-closed/compiler/c2/4523683 \
|
|
|
|
-closed/compiler/c2/4620290 \
|
|
|
|
-closed/compiler/c2/4998314 \
|
|
|
|
-closed/compiler/c2/6329104 \
|
|
|
|
-closed/compiler/c2/6434117 \
|
|
|
|
-closed/compiler/c2/6547163 \
|
|
|
|
-closed/compiler/c2/6563987 \
|
|
|
|
-closed/compiler/c2/6595044 \
|
|
|
|
-closed/compiler/codegen/6440479 \
|
|
|
|
-closed/compiler/codegen/6603011 \
|
|
|
|
-closed/compiler/interpreter/5034475 \
|
|
|
|
-closed/compiler/jsr292/LongLambdaFormDynamicStackDepth.java \
|
|
|
|
-closed/compiler/loopopts/4463485 \
|
|
|
|
-closed/compiler/loopopts/8021898
|
2014-07-11 20:49:15 +00:00
|
|
|
|
|
|
|
hotspot_gc = \
|
|
|
|
sanity/ExecuteInternalVMTests.java
|
|
|
|
|
|
|
|
hotspot_runtime = \
|
2014-08-15 01:14:07 +00:00
|
|
|
runtime/ \
|
|
|
|
-runtime/6888954/vmerrors.sh \
|
|
|
|
-runtime/RedefineObject/TestRedefineObject.java \
|
|
|
|
-runtime/8003720/Test8003720.java \
|
|
|
|
-runtime/Metaspace/FragmentMetaspace.java \
|
|
|
|
-runtime/Metaspace/FragmentMetaspaceSimple.java \
|
|
|
|
-runtime/Thread/TestThreadDumpMonitorContention.java \
|
|
|
|
-runtime/SharedArchiveFile/SharedBaseAddress.java \
|
|
|
|
-runtime/memory/ReserveMemory.java \
|
|
|
|
-runtime/Unsafe/RangeCheck.java \
|
|
|
|
-runtime/SharedArchiveFile/CdsSameObjectAlignment.java \
|
|
|
|
-runtime/SharedArchiveFile/DefaultUseWithClient.java \
|
2014-09-11 14:46:32 +00:00
|
|
|
-runtime/Thread/CancellableThreadTest.java \
|
2014-09-20 01:13:25 +00:00
|
|
|
-runtime/7158988/FieldMonitor.java
|
2014-08-15 01:14:07 +00:00
|
|
|
|
|
|
|
hotspot_runtime_closed = \
|
2014-07-11 20:49:15 +00:00
|
|
|
sanity/ExecuteInternalVMTests.java
|
|
|
|
|
|
|
|
hotspot_serviceability = \
|
2014-09-30 08:22:58 +00:00
|
|
|
sanity/ExecuteInternalVMTests.java \
|
|
|
|
serviceability/dcmd/compiler
|
2014-07-11 20:49:15 +00:00
|
|
|
|
|
|
|
hotspot_all = \
|
2014-09-18 10:23:20 +00:00
|
|
|
:hotspot_compiler_1 \
|
|
|
|
:hotspot_compiler_2 \
|
|
|
|
:hotspot_compiler_3 \
|
|
|
|
:hotspot_compiler_closed \
|
2014-07-11 20:49:15 +00:00
|
|
|
:hotspot_gc \
|
|
|
|
:hotspot_runtime \
|
|
|
|
:hotspot_serviceability
|
2014-10-24 16:17:32 +00:00
|
|
|
|
|
|
|
#All tests that depends on nashorn extension.
|
|
|
|
#
|
|
|
|
needs_nashorn = \
|
|
|
|
compiler/jsr292/CreatesInterfaceDotEqualsCallInfo.java
|
|
|
|
|
|
|
|
#All tests that do not depends on nashorn extension
|
|
|
|
#
|
|
|
|
not_needs_nashorn = \
|
|
|
|
:jdk \
|
2014-11-18 18:44:45 +00:00
|
|
|
-:needs_nashorn
|