From 77c88490d7d9befb01cf87cd09d1ab1455cc440b Mon Sep 17 00:00:00 2001 From: Zdenek Zambersky Date: Mon, 3 Nov 2025 15:54:01 +0100 Subject: [PATCH 1/2] openjdk: add hotspot_vmTestbase_vm_mlvm target --- openjdk/playlist.xml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/openjdk/playlist.xml b/openjdk/playlist.xml index 66693ac360..7392b650e6 100644 --- a/openjdk/playlist.xml +++ b/openjdk/playlist.xml @@ -794,6 +794,32 @@ hotspot + + hotspot_vmTestbase_vm_mlvm + $(JAVA_COMMAND) -Xmx512m $(APPLICATION_OPTIONS) -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):vmTestbase_vm_mlvm$(Q); \ + $(TEST_STATUS) + + 11+ + + + extended + + + openjdk + + + hotspot + + jdk_awt From 6f58a0befa00dcfbe277ec74acddefcbb3a27b36 Mon Sep 17 00:00:00 2001 From: Zdenek Zambersky Date: Mon, 3 Nov 2025 20:01:02 +0100 Subject: [PATCH 2/2] openjdk: vmTestbase/vm/mlvm/mixed/stress/java/findDeadlock/TestDescription.java excluded on aix --- openjdk/excludes/ProblemList_openjdk11.txt | 6 ++++++ openjdk/excludes/ProblemList_openjdk17.txt | 6 ++++++ openjdk/excludes/ProblemList_openjdk21.txt | 6 ++++++ openjdk/excludes/ProblemList_openjdk25.txt | 6 ++++++ 4 files changed, 24 insertions(+) diff --git a/openjdk/excludes/ProblemList_openjdk11.txt b/openjdk/excludes/ProblemList_openjdk11.txt index 987fbe0e1c..9c4435f11b 100644 --- a/openjdk/excludes/ProblemList_openjdk11.txt +++ b/openjdk/excludes/ProblemList_openjdk11.txt @@ -385,3 +385,9 @@ vmTestbase/gc/gctests/LargeObjects/large002/TestDescription.java https://github. vmTestbase/gc/gctests/LargeObjects/large003/TestDescription.java https://github.com/adoptium/aqa-tests/issues/6621 windows-x86 vmTestbase/gc/gctests/LargeObjects/large004/TestDescription.java https://github.com/adoptium/aqa-tests/issues/6621 windows-x86 vmTestbase/gc/gctests/LargeObjects/large005/TestDescription.java https://github.com/adoptium/aqa-tests/issues/6621 windows-x86 + +############################################################################ + +# hotspot_vmTestbase_vm_mlvm + +vmTestbase/vm/mlvm/mixed/stress/java/findDeadlock/TestDescription.java https://github.com/adoptium/aqa-tests/issues/6715 aix-all diff --git a/openjdk/excludes/ProblemList_openjdk17.txt b/openjdk/excludes/ProblemList_openjdk17.txt index aa6be10d95..8fca3889bf 100644 --- a/openjdk/excludes/ProblemList_openjdk17.txt +++ b/openjdk/excludes/ProblemList_openjdk17.txt @@ -526,3 +526,9 @@ vmTestbase/gc/gctests/LargeObjects/large002/TestDescription.java https://github. vmTestbase/gc/gctests/LargeObjects/large003/TestDescription.java https://github.com/adoptium/aqa-tests/issues/6621 windows-x86 vmTestbase/gc/gctests/LargeObjects/large004/TestDescription.java https://github.com/adoptium/aqa-tests/issues/6621 windows-x86 vmTestbase/gc/gctests/LargeObjects/large005/TestDescription.java https://github.com/adoptium/aqa-tests/issues/6621 windows-x86 + +############################################################################ + +# hotspot_vmTestbase_vm_mlvm + +vmTestbase/vm/mlvm/mixed/stress/java/findDeadlock/TestDescription.java https://github.com/adoptium/aqa-tests/issues/6715 aix-all diff --git a/openjdk/excludes/ProblemList_openjdk21.txt b/openjdk/excludes/ProblemList_openjdk21.txt index 7ab9dad7f5..59f3ebc47f 100644 --- a/openjdk/excludes/ProblemList_openjdk21.txt +++ b/openjdk/excludes/ProblemList_openjdk21.txt @@ -530,3 +530,9 @@ vmTestbase/gc/gctests/LargeObjects/large002/TestDescription.java https://github. vmTestbase/gc/gctests/LargeObjects/large003/TestDescription.java https://github.com/adoptium/aqa-tests/issues/6621 windows-x86 vmTestbase/gc/gctests/LargeObjects/large004/TestDescription.java https://github.com/adoptium/aqa-tests/issues/6621 windows-x86 vmTestbase/gc/gctests/LargeObjects/large005/TestDescription.java https://github.com/adoptium/aqa-tests/issues/6621 windows-x86 + +############################################################################ + +# hotspot_vmTestbase_vm_mlvm + +vmTestbase/vm/mlvm/mixed/stress/java/findDeadlock/TestDescription.java https://github.com/adoptium/aqa-tests/issues/6715 aix-all diff --git a/openjdk/excludes/ProblemList_openjdk25.txt b/openjdk/excludes/ProblemList_openjdk25.txt index 6b47d08954..3cbb230458 100644 --- a/openjdk/excludes/ProblemList_openjdk25.txt +++ b/openjdk/excludes/ProblemList_openjdk25.txt @@ -543,3 +543,9 @@ serviceability/jvmti/RedefineClasses/RedefineLeakThrowable.java#id1 https://gith # hotspot_vmTestbase_vm_compiler vmTestbase/jit/misctests/fpustack/GraphApplet.java https://github.com/adoptium/infrastructure/issues/211 macosx-all + +############################################################################ + +# hotspot_vmTestbase_vm_mlvm + +vmTestbase/vm/mlvm/mixed/stress/java/findDeadlock/TestDescription.java https://github.com/adoptium/aqa-tests/issues/6715 aix-all