RFR: 8319265: TestLoadLibraryDeadlock.java fails on windows-x64 "Unable to load b.jar" [v2]

Mandy Chung mchung at openjdk.org
Thu Nov 2 16:28:09 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

If any JAR file is not created, `LoadLibraryDeadlock` will fail as the class is not found.

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

PR Comment: https://git.openjdk.org/jdk/pull/16466#issuecomment-1791060998


More information about the core-libs-dev mailing list