On Thu, 2 Nov 2023 01:00:38 GMT, Mandy Chung <mch...@openjdk.org> wrote:
> The test fails on windows because unmatched comparison of `Path.toString()` > vs `URL.getPath().toString()` after JDK-8317965. A simple fix is to > evaluate the JAR file path in the same way as `LoadLibraryDeadlock` does. This pull request has now been integrated. Changeset: 6ad093ef Author: Mandy Chung <mch...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/6ad093ef12ccb2ee2c3da93f43dc1780f4bcf1c8 Stats: 16 lines in 2 files changed: 11 ins; 0 del; 5 mod 8319265: TestLoadLibraryDeadlock.java fails on windows-x64 "Unable to load b.jar" Reviewed-by: jpai, rriggs ------------- PR: https://git.openjdk.org/jdk/pull/16466