Integrated: 8319265: TestLoadLibraryDeadlock.java fails on windows-x64 "Unable to load b.jar"

Mandy Chung mchung at openjdk.org
Thu Nov 2 16:41:22 UTC 2023


On Thu, 2 Nov 2023 01:00:38 GMT, Mandy Chung <mchung at 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 <mchung at 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


More information about the core-libs-dev mailing list