From 810d5fa52191e7d00b23e60535692f5900db56fc Mon Sep 17 00:00:00 2001 From: Cheng Jin Date: Fri, 21 Oct 2022 16:49:11 -0400 Subject: [PATCH] Enable AttachTest in JDK19+ (#4068) The change is to enable AttachTest given the upcall thunk was implemented on all supported platforms. Signed-off-by: Cheng Jin Signed-off-by: Cheng Jin --- openjdk/excludes/ProblemList_openjdk19-openj9.txt | 2 -- openjdk/excludes/ProblemList_openjdk20-openj9.txt | 2 -- 2 files changed, 4 deletions(-) diff --git a/openjdk/excludes/ProblemList_openjdk19-openj9.txt b/openjdk/excludes/ProblemList_openjdk19-openj9.txt index 2be56c52f6..adb9ca17f8 100644 --- a/openjdk/excludes/ProblemList_openjdk19-openj9.txt +++ b/openjdk/excludes/ProblemList_openjdk19-openj9.txt @@ -178,8 +178,6 @@ jdk/modules/etc/DefaultModules.java https://github.com/eclipse-openj9/openj9/iss jdk/modules/incubator/ImageModules.java https://github.com/adoptium/aqa-tests/issues/1267 macosx-all jni/nullCaller/NullCallerTest.java https://github.com/eclipse-openj9/openj9/issues/15370 linux-ppc64le,macosx-all -java/lang/Thread/jni/AttachCurrentThread/AttachTest.java#id1 https://github.com/eclipse-openj9/openj9/issues/15466 generic-all - ############################################################################ # jdk_internal diff --git a/openjdk/excludes/ProblemList_openjdk20-openj9.txt b/openjdk/excludes/ProblemList_openjdk20-openj9.txt index f22aff2e2c..c864ebf82b 100644 --- a/openjdk/excludes/ProblemList_openjdk20-openj9.txt +++ b/openjdk/excludes/ProblemList_openjdk20-openj9.txt @@ -180,8 +180,6 @@ jdk/modules/etc/DefaultModules.java https://github.com/eclipse-openj9/openj9/iss jdk/modules/incubator/ImageModules.java https://github.com/adoptium/aqa-tests/issues/1267 macosx-all jni/nullCaller/NullCallerTest.java https://github.com/eclipse-openj9/openj9/issues/15370 linux-ppc64le,macosx-all -java/lang/Thread/jni/AttachCurrentThread/AttachTest.java#id1 https://github.com/eclipse-openj9/openj9/issues/15466 generic-all - ############################################################################ # jdk_internal