RFR: 8354898: jdk/internal/loader/NativeLibraries/Main.java fails on static JDK

Jiangli Zhou jiangli at openjdk.org
Wed Apr 16 23:47:15 UTC 2025


Please review this simple test change that skips the test case loading using JDK `libzip.so` on static JDK in test/jdk/jdk/internal/loader/NativeLibraries/Main.java. AFAICT, the test case using `NativeLibrariesTest.LIB_NAME` (`libnativeLibrariesTest.so`) can provide coverage on static JDK.

Thanks

-------------

Commit messages:
 - Skip testing using JDK libzip.so on static JDK.

Changes: https://git.openjdk.org/jdk/pull/24704/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=24704&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8354898
  Stats: 6 lines in 1 file changed: 4 ins; 0 del; 2 mod
  Patch: https://git.openjdk.org/jdk/pull/24704.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/24704/head:pull/24704

PR: https://git.openjdk.org/jdk/pull/24704


More information about the core-libs-dev mailing list