From 13e230649b649466a3459c67c6d1824e41334d61 Mon Sep 17 00:00:00 2001 From: zzambers Date: Wed, 19 Jun 2024 19:40:39 +0200 Subject: [PATCH] openjdk: update hotspot targets (#5367) * openjdk: updated hotspot targets * openjdk: update exclude list for added hotspot targets * openjdk: exclude serviceability/sa/ClhsdbJhisto.java on windows x86 * openjdk exclude lists refer to hotspot_compiler group --- openjdk/excludes/ProblemList_openjdk11.txt | 34 ++++- openjdk/excludes/ProblemList_openjdk17.txt | 34 ++++- openjdk/excludes/ProblemList_openjdk21.txt | 33 ++++- openjdk/excludes/ProblemList_openjdk23.txt | 33 ++++- openjdk/playlist.xml | 148 +++------------------ 5 files changed, 143 insertions(+), 139 deletions(-) diff --git a/openjdk/excludes/ProblemList_openjdk11.txt b/openjdk/excludes/ProblemList_openjdk11.txt index 67a8897fbc..7ed111f724 100644 --- a/openjdk/excludes/ProblemList_openjdk11.txt +++ b/openjdk/excludes/ProblemList_openjdk11.txt @@ -232,8 +232,9 @@ java/util/concurrent/TimeUnit/Basic.java https://github.com/adoptium/aqa-tests/i ############################################################################ -# jvm_compiler +# hotspot_compiler +compiler/arguments/CheckCICompilerCount.java https://github.com/adoptium/aqa-tests/issues/5378 windows-x86 compiler/arraycopy/TestCloneAccess.java https://github.com/adoptium/aqa-tests/issues/2382 windows-x86 compiler/arraycopy/TestCloneAccessStressGCM.java https://github.com/adoptium/aqa-tests/issues/2382 windows-x86 compiler/c2/cr6340864/TestByteVect.java https://github.com/adoptium/aqa-tests/issues/2382 windows-x86 @@ -328,3 +329,34 @@ build/AbsPathsInImage.java https://github.com/adoptium/aqa-tests/issues/3234 lin # jdk_container/hotspot_container containers/docker/TestMemoryWithCgroupV1.java https://bugs.openjdk.org/browse/JDK-8297274 linux-all + +############################################################################ + +# hotspot_gc + +gc/shenandoah/compiler/TestBarrierAboveProj.java https://github.com/adoptium/aqa-tests/issues/5378 windows-x86 +gc/shenandoah/jni/CriticalNativeStress.java https://github.com/adoptium/aqa-tests/issues/5378 windows-x86 + +############################################################################ + +# hotspot_runtime + +runtime/cds/appcds/LambdaEagerInit.java https://github.com/adoptium/aqa-tests/issues/5378 windows-x86 +runtime/jni/nativeStack/TestNativeStack.java https://github.com/adoptium/aqa-tests/issues/5384 aix-all +runtime/logging/loadLibraryTest/LoadLibraryTest.java https://github.com/adoptium/aqa-tests/issues/5378 windows-x86 +runtime/NMT/HugeArenaTracking.java https://github.com/adoptium/aqa-tests/issues/5384 aix-all +runtime/os/TestHugePageDecisionsAtVMStartup.java#THP_enabled https://bugs.openjdk.org/browse/JDK-8324580 linux-all + +############################################################################ + +# hotspot_serviceability + +serviceability/dcmd/jvmti/AttachFailed/AttachReturnError.java https://github.com/adoptium/aqa-tests/issues/5384 aix-all +serviceability/dtrace/DTraceOptionsTest.java#enabled https://github.com/adoptium/aqa-tests/issues/5397 linux-s390x +serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorStatArrayCorrectnessTest.java https://github.com/adoptium/aqa-tests/issues/5378 windows-x86 +serviceability/sa/CDSJMapClstats.java https://github.com/adoptium/aqa-tests/issues/5378 windows-x86 +serviceability/sa/ClhsdbFindPC.java#id0 https://github.com/adoptium/aqa-tests/issues/5378 windows-x86 +serviceability/sa/ClhsdbFindPC.java#id1 https://github.com/adoptium/aqa-tests/issues/5378 windows-x86 +serviceability/sa/ClhsdbJhisto.java https://github.com/adoptium/aqa-tests/issues/5378 windows-x86 +serviceability/sa/ClhsdbJstackXcompStress.java https://github.com/adoptium/aqa-tests/issues/5378 windows-x86 +serviceability/sa/ClhsdbJstack.java#id0 https://github.com/adoptium/aqa-tests/issues/5378 windows-x86 diff --git a/openjdk/excludes/ProblemList_openjdk17.txt b/openjdk/excludes/ProblemList_openjdk17.txt index f74e7a5617..f28ec5c13c 100644 --- a/openjdk/excludes/ProblemList_openjdk17.txt +++ b/openjdk/excludes/ProblemList_openjdk17.txt @@ -322,7 +322,7 @@ java/foreign/StdLibTest.java https://bugs.openjdk.org/browse/JDK-8295290 windows ############################################################################ -# jvm_compiler +# hotspot_compiler compiler/compilercontrol/commandfile/CompileOnlyTest.java https://github.com/adoptium/aqa-tests/issues/3620 windows-x86 compiler/compilercontrol/commands/CompileOnlyTest.java https://github.com/adoptium/aqa-tests/issues/3620 windows-x86 @@ -422,6 +422,7 @@ jdk/incubator/vector/Byte128VectorLoadStoreTests.java https://github.com/adoptiu # jvm_compiler +compiler/arguments/CheckCICompilerCount.java https://github.com/adoptium/aqa-tests/issues/5378 windows-x86 compiler/arraycopy/TestCloneAccess.java https://github.com/adoptium/aqa-tests/issues/2382 windows-x86 compiler/arraycopy/TestCloneAccessStressGCM.java https://github.com/adoptium/aqa-tests/issues/2382 windows-x86 compiler/c2/cr6340864/TestByteVect.java https://github.com/adoptium/aqa-tests/issues/2382 windows-x86 @@ -477,3 +478,34 @@ runtime/Nestmates/protectionDomain/TestDifferentProtectionDomains.java https://b # jdk_container/hotspot_container containers/docker/TestMemoryWithCgroupV1.java https://bugs.openjdk.org/browse/JDK-8297274 linux-all + +############################################################################ + +# hotspot_gc + +gc/shenandoah/compiler/TestBarrierAboveProj.java https://github.com/adoptium/aqa-tests/issues/5378 windows-x86 +gc/shenandoah/jni/CriticalNativeStress.java https://github.com/adoptium/aqa-tests/issues/5378 windows-x86 + +############################################################################ + +# hotspot_runtime + +runtime/cds/appcds/LambdaEagerInit.java https://github.com/adoptium/aqa-tests/issues/5378 windows-x86 +runtime/jni/nativeStack/TestNativeStack.java https://github.com/adoptium/aqa-tests/issues/5384 aix-all +runtime/logging/loadLibraryTest/LoadLibraryTest.java https://github.com/adoptium/aqa-tests/issues/5378 windows-x86 +runtime/NMT/HugeArenaTracking.java https://github.com/adoptium/aqa-tests/issues/5384 aix-all +runtime/os/TestHugePageDecisionsAtVMStartup.java#THP_enabled https://bugs.openjdk.org/browse/JDK-8324580 linux-all + +############################################################################ + +# hotspot_serviceability + +serviceability/dcmd/jvmti/AttachFailed/AttachReturnError.java https://github.com/adoptium/aqa-tests/issues/5384 aix-all +serviceability/dtrace/DTraceOptionsTest.java#enabled https://github.com/adoptium/aqa-tests/issues/5397 linux-s390x +serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorStatArrayCorrectnessTest.java https://github.com/adoptium/aqa-tests/issues/5378 windows-x86 +serviceability/sa/CDSJMapClstats.java https://github.com/adoptium/aqa-tests/issues/5378 windows-x86 +serviceability/sa/ClhsdbFindPC.java#id0 https://github.com/adoptium/aqa-tests/issues/5378 windows-x86 +serviceability/sa/ClhsdbFindPC.java#id1 https://github.com/adoptium/aqa-tests/issues/5378 windows-x86 +serviceability/sa/ClhsdbJhisto.java https://github.com/adoptium/aqa-tests/issues/5378 windows-x86 +serviceability/sa/ClhsdbJstackXcompStress.java https://github.com/adoptium/aqa-tests/issues/5378 windows-x86 +serviceability/sa/ClhsdbJstack.java#id0 https://github.com/adoptium/aqa-tests/issues/5378 windows-x86 diff --git a/openjdk/excludes/ProblemList_openjdk21.txt b/openjdk/excludes/ProblemList_openjdk21.txt index e3b8571ef4..326b0f69a1 100644 --- a/openjdk/excludes/ProblemList_openjdk21.txt +++ b/openjdk/excludes/ProblemList_openjdk21.txt @@ -346,8 +346,9 @@ javax/management/mxbean/ThreadStartTest.java https://github.com/adoptium/aqa-tes ############################################################################ -# jvm_compiler +# hotspot_compiler +compiler/arguments/CheckCICompilerCount.java https://github.com/adoptium/aqa-tests/issues/5378 windows-x86 compiler/c2/irTests/TestPostParseCallDevirtualization.java https://github.com/adoptium/aqa-tests/issues/3004 windows-x86 compiler/c2/cr6340864/TestByteVect.java https://github.com/adoptium/aqa-tests/issues/2382 windows-x86 compiler/c2/cr6340864/TestDoubleVect.java https://github.com/adoptium/aqa-tests/issues/2382 windows-x86 @@ -445,9 +446,35 @@ sun/net/www/protocol/jar/MultiReleaseJarURLConnection.java https://github.com/ad containers/docker/TestMemoryWithCgroupV1.java https://bugs.openjdk.org/browse/JDK-8297274 linux-all -############################################################ +############################################################################ + +# hotspot_gc + +gc/shenandoah/compiler/TestBarrierAboveProj.java https://github.com/adoptium/aqa-tests/issues/5378 windows-x86 +gc/shenandoah/jni/CriticalNativeStress.java https://github.com/adoptium/aqa-tests/issues/5378 windows-x86 + +############################################################################ + +# hotspot_runtime + +runtime/cds/appcds/LambdaEagerInit.java https://github.com/adoptium/aqa-tests/issues/5378 windows-x86 +runtime/jni/nativeStack/TestNativeStack.java https://github.com/adoptium/aqa-tests/issues/5384 aix-all +runtime/logging/loadLibraryTest/LoadLibraryTest.java https://github.com/adoptium/aqa-tests/issues/5378 windows-x86 +runtime/NMT/HugeArenaTracking.java https://github.com/adoptium/aqa-tests/issues/5384 aix-all +runtime/os/TestHugePageDecisionsAtVMStartup.java#THP_enabled https://bugs.openjdk.org/browse/JDK-8324580 linux-all + +############################################################################ -# serviceability +# hotspot_serviceability +serviceability/dcmd/jvmti/AttachFailed/AttachReturnError.java https://github.com/adoptium/aqa-tests/issues/5384 aix-all +serviceability/dtrace/DTraceOptionsTest.java#enabled https://github.com/adoptium/aqa-tests/issues/5397 linux-s390x serviceability/jvmti/GetOwnedMonitorStackDepthInfo/GetOwnedMonitorStackDepthInfoWithEATest.java https://github.com/adoptium/aqa-tests/issues/4469 aix-all serviceability/jvmti/Heap/IterateHeapWithEscapeAnalysisEnabled.java https://github.com/adoptium/aqa-tests/issues/4469 aix-all +serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorStatArrayCorrectnessTest.java https://github.com/adoptium/aqa-tests/issues/5378 windows-x86 +serviceability/sa/CDSJMapClstats.java https://github.com/adoptium/aqa-tests/issues/5378 windows-x86 +serviceability/sa/ClhsdbFindPC.java#id0 https://github.com/adoptium/aqa-tests/issues/5378 windows-x86 +serviceability/sa/ClhsdbFindPC.java#id1 https://github.com/adoptium/aqa-tests/issues/5378 windows-x86 +serviceability/sa/ClhsdbJhisto.java https://github.com/adoptium/aqa-tests/issues/5378 windows-x86 +serviceability/sa/ClhsdbJstackXcompStress.java https://github.com/adoptium/aqa-tests/issues/5378 windows-x86 +serviceability/sa/ClhsdbJstack.java#id0 https://github.com/adoptium/aqa-tests/issues/5378 windows-x86 diff --git a/openjdk/excludes/ProblemList_openjdk23.txt b/openjdk/excludes/ProblemList_openjdk23.txt index d910092b97..297669d5c9 100644 --- a/openjdk/excludes/ProblemList_openjdk23.txt +++ b/openjdk/excludes/ProblemList_openjdk23.txt @@ -345,8 +345,9 @@ javax/management/mxbean/ThreadStartTest.java https://github.com/adoptium/aqa-tes ############################################################################ -# jvm_compiler +# hotspot_compiler +compiler/arguments/CheckCICompilerCount.java https://github.com/adoptium/aqa-tests/issues/5378 windows-x86 compiler/c2/irTests/TestPostParseCallDevirtualization.java https://github.com/adoptium/aqa-tests/issues/3004 windows-x86 compiler/c2/cr6340864/TestByteVect.java https://github.com/adoptium/aqa-tests/issues/2382 windows-x86 compiler/c2/cr6340864/TestDoubleVect.java https://github.com/adoptium/aqa-tests/issues/2382 windows-x86 @@ -444,9 +445,35 @@ sun/net/www/protocol/jar/MultiReleaseJarURLConnection.java https://github.com/ad containers/docker/TestMemoryWithCgroupV1.java https://bugs.openjdk.org/browse/JDK-8297274 linux-all -############################################################ +############################################################################ + +# hotspot_gc + +gc/shenandoah/compiler/TestBarrierAboveProj.java https://github.com/adoptium/aqa-tests/issues/5378 windows-x86 +gc/shenandoah/jni/CriticalNativeStress.java https://github.com/adoptium/aqa-tests/issues/5378 windows-x86 + +############################################################################ + +# hotspot_runtime + +runtime/cds/appcds/LambdaEagerInit.java https://github.com/adoptium/aqa-tests/issues/5378 windows-x86 +runtime/jni/nativeStack/TestNativeStack.java https://github.com/adoptium/aqa-tests/issues/5384 aix-all +runtime/logging/loadLibraryTest/LoadLibraryTest.java https://github.com/adoptium/aqa-tests/issues/5378 windows-x86 +runtime/NMT/HugeArenaTracking.java https://github.com/adoptium/aqa-tests/issues/5384 aix-all +runtime/os/TestHugePageDecisionsAtVMStartup.java#THP_enabled https://bugs.openjdk.org/browse/JDK-8324580 linux-all + +############################################################################ -# serviceability +# hotspot_serviceability +serviceability/dcmd/jvmti/AttachFailed/AttachReturnError.java https://github.com/adoptium/aqa-tests/issues/5384 aix-all +serviceability/dtrace/DTraceOptionsTest.java#enabled https://github.com/adoptium/aqa-tests/issues/5397 linux-s390x serviceability/jvmti/GetOwnedMonitorStackDepthInfo/GetOwnedMonitorStackDepthInfoWithEATest.java https://github.com/adoptium/aqa-tests/issues/4469 aix-all serviceability/jvmti/Heap/IterateHeapWithEscapeAnalysisEnabled.java https://github.com/adoptium/aqa-tests/issues/4469 aix-all +serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorStatArrayCorrectnessTest.java https://github.com/adoptium/aqa-tests/issues/5378 windows-x86 +serviceability/sa/CDSJMapClstats.java https://github.com/adoptium/aqa-tests/issues/5378 windows-x86 +serviceability/sa/ClhsdbFindPC.java#id0 https://github.com/adoptium/aqa-tests/issues/5378 windows-x86 +serviceability/sa/ClhsdbFindPC.java#id1 https://github.com/adoptium/aqa-tests/issues/5378 windows-x86 +serviceability/sa/ClhsdbJhisto.java https://github.com/adoptium/aqa-tests/issues/5378 windows-x86 +serviceability/sa/ClhsdbJstackXcompStress.java https://github.com/adoptium/aqa-tests/issues/5378 windows-x86 +serviceability/sa/ClhsdbJstack.java#id0 https://github.com/adoptium/aqa-tests/issues/5378 windows-x86 diff --git a/openjdk/playlist.xml b/openjdk/playlist.xml index 4d5776513f..554ee28041 100644 --- a/openjdk/playlist.xml +++ b/openjdk/playlist.xml @@ -248,25 +248,21 @@ hotspot_compiler - - Mode150 - Mode650 - Mode1000 - $(JAVA_COMMAND) -Xmx512m -jar $(Q)$(TEST_RESROOT)$(D)jtreg$(D)lib$(D)jtreg.jar$(Q) \ $(JTREG_BASIC_OPTIONS) $(JVM_NATIVE_OPTIONS) -vmoptions:$(Q)-Xmx512m $(JVM_OPTIONS) $(VMOPTION_HEADLESS)$(Q) \ + $(TIMEOUT_HANDLER) \ -w $(Q)$(REPORTDIR)$(D)work$(Q) \ -r $(Q)$(REPORTDIR)$(D)report$(Q) \ -jdk:$(Q)$(TEST_JDK_HOME)$(Q) \ -exclude:$(Q)$(JTREG_HOTSPOT_TEST_DIR)$(D)ProblemList.txt$(Q) \ -exclude:$(Q)$(TEST_RESROOT)$(D)$(PROBLEM_LIST_FILE)$(Q) \ + ${GRAAL_PROBLEM_LIST_FILE} \ ${FEATURE_PROBLEM_LIST_FILE} \ ${VENDOR_PROBLEM_LIST_FILE} \ $(Q)$(JTREG_HOTSPOT_TEST_DIR):hotspot_compiler$(Q); \ $(TEST_STATUS) - 8 - 9 + 11+ extended @@ -280,11 +276,6 @@ hotspot_gc - - Mode150 - Mode650 - Mode1000 - $(JAVA_COMMAND) -Xmx512m -jar $(Q)$(TEST_RESROOT)$(D)jtreg$(D)lib$(D)jtreg.jar$(Q) \ $(JTREG_BASIC_OPTIONS) $(JVM_NATIVE_OPTIONS) -vmoptions:$(Q)-Xmx512m $(JVM_OPTIONS) $(VMOPTION_HEADLESS)$(Q) \ -r $(Q)$(REPORTDIR)$(D)report$(Q) \ @@ -296,11 +287,10 @@ $(Q)$(JTREG_HOTSPOT_TEST_DIR):hotspot_gc$(Q); \ $(TEST_STATUS) - 8 - 9 + 11+ - extended + dev openjdk @@ -311,11 +301,6 @@ hotspot_runtime - - Mode150 - Mode650 - Mode1000 - $(JAVA_COMMAND) -Xmx512m -jar $(Q)$(TEST_RESROOT)$(D)jtreg$(D)lib$(D)jtreg.jar$(Q) \ $(JTREG_BASIC_OPTIONS) $(JVM_NATIVE_OPTIONS) -vmoptions:$(Q)-Xmx512m $(JVM_OPTIONS) $(VMOPTION_HEADLESS)$(Q) \ -w $(Q)$(REPORTDIR)$(D)work$(Q) \ @@ -328,11 +313,10 @@ $(Q)$(JTREG_HOTSPOT_TEST_DIR):hotspot_runtime$(Q); \ $(TEST_STATUS) - 8 - 9 + 11+ - extended + dev openjdk @@ -343,11 +327,6 @@ hotspot_serviceability - - Mode150 - Mode650 - Mode1000 - $(JAVA_COMMAND) -Xmx512m -jar $(Q)$(TEST_RESROOT)$(D)jtreg$(D)lib$(D)jtreg.jar$(Q) \ $(JTREG_BASIC_OPTIONS) $(JVM_NATIVE_OPTIONS) -vmoptions:$(Q)-Xmx512m $(JVM_OPTIONS) $(VMOPTION_HEADLESS)$(Q) \ -w $(Q)$(REPORTDIR)$(D)work$(Q) \ @@ -360,42 +339,10 @@ $(Q)$(JTREG_HOTSPOT_TEST_DIR):hotspot_serviceability$(Q); \ $(TEST_STATUS) - 8 - 9 - - - extended - - - openjdk - - - hotspot - - - - hotspot_serviceability_jvmti - - Mode150 - Mode650 - Mode1000 - - $(JAVA_COMMAND) -Xmx512m -jar $(Q)$(TEST_RESROOT)$(D)jtreg$(D)lib$(D)jtreg.jar$(Q) \ - $(JTREG_BASIC_OPTIONS) $(JVM_NATIVE_OPTIONS) -vmoptions:$(Q)-Xmx512m $(JVM_OPTIONS) $(VMOPTION_HEADLESS)$(Q) \ - -w $(Q)$(REPORTDIR)$(D)work$(Q) \ - -r $(Q)$(REPORTDIR)$(D)report$(Q) \ - -jdk:$(Q)$(TEST_JDK_HOME)$(Q) \ - -exclude:$(Q)$(JTREG_HOTSPOT_TEST_DIR)$(D)ProblemList.txt$(Q) \ - -exclude:$(Q)$(TEST_RESROOT)$(D)$(PROBLEM_LIST_FILE)$(Q) \ - ${FEATURE_PROBLEM_LIST_FILE} \ - ${VENDOR_PROBLEM_LIST_FILE} \ - $(Q)$(JTREG_HOTSPOT_TEST_DIR)/serviceability/jvmti$(Q); \ - $(TEST_STATUS) - - 19+ + 11+ - extended + dev openjdk @@ -438,7 +385,7 @@ - ASGCTBaseTest + ASGCTBaseTest_j9 Mode150 Mode650 @@ -473,7 +420,7 @@ os.linux,arch.x86,bits.64 - jvm_native_sanity + hotspot_native_sanity https://github.com/eclipse-openj9/openj9/issues/10757 @@ -484,11 +431,6 @@ ibm - - Mode150 - Mode650 - Mode1000 - $(JAVA_COMMAND) -Xmx512m -jar $(Q)$(TEST_RESROOT)$(D)jtreg$(D)lib$(D)jtreg.jar$(Q) \ $(JTREG_BASIC_OPTIONS) $(JVM_NATIVE_OPTIONS) -vmoptions:$(Q)-Xmx512m $(JVM_OPTIONS) $(VMOPTION_HEADLESS)$(Q) \ $(TIMEOUT_HANDLER) \ @@ -512,83 +454,27 @@ - jvm_compiler - - - https://github.com/eclipse-openj9/openj9/issues/10757 - openj9 - - - https://github.com/eclipse-openj9/openj9/issues/10757 - ibm - - - - Mode150 - Mode650 - Mode1000 - + hotspot_sanity $(JAVA_COMMAND) -Xmx512m -jar $(Q)$(TEST_RESROOT)$(D)jtreg$(D)lib$(D)jtreg.jar$(Q) \ $(JTREG_BASIC_OPTIONS) $(JVM_NATIVE_OPTIONS) -vmoptions:$(Q)-Xmx512m $(JVM_OPTIONS) $(VMOPTION_HEADLESS)$(Q) \ - $(TIMEOUT_HANDLER) \ -w $(Q)$(REPORTDIR)$(D)work$(Q) \ -r $(Q)$(REPORTDIR)$(D)report$(Q) \ -jdk:$(Q)$(TEST_JDK_HOME)$(Q) \ -exclude:$(Q)$(JTREG_HOTSPOT_TEST_DIR)$(D)ProblemList.txt$(Q) \ -exclude:$(Q)$(TEST_RESROOT)$(D)$(PROBLEM_LIST_FILE)$(Q) \ - ${GRAAL_PROBLEM_LIST_FILE} \ ${FEATURE_PROBLEM_LIST_FILE} \ ${VENDOR_PROBLEM_LIST_FILE} \ - $(Q)$(JTREG_HOTSPOT_TEST_DIR):hotspot_compiler$(Q); \ + $(Q)$(JTREG_HOTSPOT_TEST_DIR)/sanity$(Q); \ $(TEST_STATUS) - - 11+ - - extended - - - openjdk - - - - runtime_nestmate - - - https://github.com/eclipse-openj9/openj9/issues/10757 - openj9 - - - https://github.com/eclipse-openj9/openj9/issues/10757 - ibm - - - - Mode150 - Mode650 - Mode1000 - - $(JAVA_COMMAND) -Xmx512m -jar $(Q)$(TEST_RESROOT)$(D)jtreg$(D)lib$(D)jtreg.jar$(Q) \ - $(JTREG_BASIC_OPTIONS) $(JVM_NATIVE_OPTIONS) -vmoptions:$(Q)-Xmx512m $(JVM_OPTIONS) $(VMOPTION_HEADLESS)$(Q) \ - $(TIMEOUT_HANDLER) \ - -w $(Q)$(REPORTDIR)$(D)work$(Q) \ - -r $(Q)$(REPORTDIR)$(D)report$(Q) \ - -jdk:$(Q)$(TEST_JDK_HOME)$(Q) \ - -exclude:$(Q)$(JTREG_HOTSPOT_TEST_DIR)$(D)ProblemList.txt$(Q) \ - -exclude:$(Q)$(TEST_RESROOT)$(D)$(PROBLEM_LIST_FILE)$(Q) \ - ${FEATURE_PROBLEM_LIST_FILE} \ - ${VENDOR_PROBLEM_LIST_FILE} \ - $(Q)$(JTREG_HOTSPOT_TEST_DIR)$(D)runtime$(D)Nestmates$(Q); \ - $(TEST_STATUS) - - 11+ - - - extended + sanity openjdk + + hotspot + hotspot_jre