From eb53e675e91626c9836b2d67d0706a836536ec84 Mon Sep 17 00:00:00 2001 From: Jason Feng Date: Thu, 7 Dec 2023 23:23:39 -0500 Subject: [PATCH] Valhalla disables JDK22+ Jep454Tests temporarily Valhalla extension repo is well behind OpenJDK head, and doesn't support some latest APIs. Disabled Jep454Tests temporarily until the valhalla project is updated w/ a recent OpenJDK tag. Signed-off-by: Jason Feng --- test/functional/Java22andUp/playlist.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/test/functional/Java22andUp/playlist.xml b/test/functional/Java22andUp/playlist.xml index b27a0f5379c..53bc3104bad 100644 --- a/test/functional/Java22andUp/playlist.xml +++ b/test/functional/Java22andUp/playlist.xml @@ -23,6 +23,12 @@ SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0-only WITH Classpath-ex Jep454Tests_testLinkerFfi_DownCall + + + https://github.com/eclipse-openj9/openj9/issues/18583 + VTSTANDARD + + $(ADD_JVM_LIB_DIR_TO_LIBPATH) $(JAVA_COMMAND) $(JVM_OPTIONS) \ --enable-native-access=ALL-UNNAMED \ -Dforeign.restricted=permit \ @@ -49,6 +55,12 @@ SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0-only WITH Classpath-ex Jep454Tests_testLinkerFfi_UpCall + + + https://github.com/eclipse-openj9/openj9/issues/18583 + VTSTANDARD + + $(ADD_JVM_LIB_DIR_TO_LIBPATH) $(JAVA_COMMAND) $(JVM_OPTIONS) \ --enable-native-access=ALL-UNNAMED \ -Dforeign.restricted=permit \