From 42f58127a498261b89b5fb1db276f8ba45e654bd Mon Sep 17 00:00:00 2001 From: konark24117 Date: Mon, 22 Jun 2026 16:16:03 -0400 Subject: [PATCH] Update section for tests with failures unrelated to Valhalla Add VMObjectAllocValueTest.java to a new section for problems with failures unrelated to Valhalla Signed-off-by: Konark Shah --- openjdk/excludes/ProblemList_openjdkvalhalla-openj9.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/openjdk/excludes/ProblemList_openjdkvalhalla-openj9.txt b/openjdk/excludes/ProblemList_openjdkvalhalla-openj9.txt index 4c0713e45e..4d6899b647 100644 --- a/openjdk/excludes/ProblemList_openjdkvalhalla-openj9.txt +++ b/openjdk/excludes/ProblemList_openjdkvalhalla-openj9.txt @@ -57,7 +57,13 @@ runtime/valhalla/inlinetypes/TestInheritedInlineTypeFields.java https://github.c serviceability/jvmti/valhalla/Heapwalking/ValueHeapwalkingTest.java https://github.com/eclipse-openj9/openj9/issues/24133 generic-all serviceability/jvmti/valhalla/SampledObjectAllocValue/SampledObjectAllocValue.java https://github.com/eclipse-openj9/openj9/issues/23993 generic-all serviceability/jvmti/valhalla/SetTag/ValueTagMapTest.java https://github.com/eclipse-openj9/openj9/issues/24134 generic-all -serviceability/jvmti/valhalla/VMObjectAllocValue/VMObjectAllocValueTest.java https://github.com/eclipse-openj9/openj9/issues/23992 generic-all + +############################################################################ + +# Tests with known failures that are unrelated to Valhalla. + +############################################################################ +serviceability/jvmti/valhalla/VMObjectAllocValue/VMObjectAllocValueTest.java https://github.com/eclipse-openj9/openj9/issues/15994 generic-all ############################################################################