RFR: 8319265: TestLoadLibraryDeadlock.java fails on windows-x64 "Unable to load b.jar" [v2]
Roger Riggs
rriggs at openjdk.org
Thu Nov 2 16:02:05 UTC 2023
On Thu, 2 Nov 2023 15:57:15 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.
>
> Mandy Chung has updated the pull request incrementally with one additional commit since the last revision:
>
> review feedback
Marked as reviewed by rriggs (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/16466#pullrequestreview-1710672266
More information about the core-libs-dev
mailing list