Skip to content

Commit

Permalink
[Jtreg/FFI] Enable TestNested.java in JDK21+
Browse files Browse the repository at this point in the history
The changes enable the FFI test suite in JDK21+
given the issue with struct on AIX was resolved
via eclipse-openj9/openj9#18375.

Fixes: #eclipse-openj9/openj9/issues/17674

Signed-off-by: ChengJin01 <jincheng@ca.ibm.com>
  • Loading branch information
ChengJin01 committed Nov 14, 2023
1 parent e79502d commit 9f695fe
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion openjdk/excludes/ProblemList_openjdk21-openj9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,6 @@ vm/verifier/VerifyProtectedConstructor.java https://github.com/eclipse-openj9/op

# jdk_foreign

java/foreign/nested/TestNested.java https://github.com/eclipse-openj9/openj9/issues/17674 generic-all
java/foreign/stackwalk/TestAsyncStackWalk.java#default_gc https://github.com/eclipse-openj9/openj9/issues/13993 generic-all
java/foreign/stackwalk/TestAsyncStackWalk.java#shenandoah https://github.com/eclipse-openj9/openj9/issues/13993 generic-all
java/foreign/stackwalk/TestAsyncStackWalk.java#zgc https://github.com/eclipse-openj9/openj9/issues/13993 generic-all
Expand Down
1 change: 0 additions & 1 deletion openjdk/excludes/ProblemList_openjdk22-openj9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,6 @@ vm/verifier/VerifyProtectedConstructor.java https://github.com/eclipse-openj9/op

# jdk_foreign

java/foreign/nested/TestNested.java https://github.com/eclipse-openj9/openj9/issues/17674 generic-all
java/foreign/stackwalk/TestAsyncStackWalk.java#default_gc https://github.com/eclipse-openj9/openj9/issues/13993 generic-all
java/foreign/stackwalk/TestAsyncStackWalk.java#shenandoah https://github.com/eclipse-openj9/openj9/issues/13993 generic-all
java/foreign/stackwalk/TestAsyncStackWalk.java#zgc https://github.com/eclipse-openj9/openj9/issues/13993 generic-all
Expand Down

0 comments on commit 9f695fe

Please sign in to comment.