On Sat, 8 Jul 2023 10:48:15 GMT, sid8606 <d...@openjdk.org> wrote: >> Implementation of "Foreign Function & Memory API" for s390x (Big Endian). > > sid8606 has updated the pull request incrementally with one additional commit > since the last revision: > > Address suggestions from Jorn Vernee
I am using below configure to build jdk --with-boot-jdk=~/jdk-20+36 \ --with-jtreg=../../jtreg/build/images/jtreg/ \ --with-gtest=../../googletest \ --with-debug-level=slowdebug \ --with-native-debug-symbols=internal \ With this build I see somehow all test cases are passing. In case any extra flags to set to jdk build let me know. `make run-test TEST="jdk/java/foreign" `on g9-z15, glibc 2.35 (patch applied to jdk head) TEST TOTAL PASS FAIL ERROR jtreg:test/jdk/java/foreign 88 88 0 0 ------------- PR Comment: https://git.openjdk.org/jdk/pull/14801#issuecomment-1645601051