RFR: 8348828: Windows dll loading now resolves symlinks [v3]

Benjamin Peterson duke at openjdk.org
Thu May 8 19:41:53 UTC 2025


On Thu, 8 May 2025 19:13:46 GMT, Alan Bateman <alanb at openjdk.org> wrote:

>> Conditional on what?
>
> The appending of the "." is specific to the case where there isn't a .dll suffix.

`LoadLibrary` appears to happily load files with a `.dll` extension even if a trailing `.` is appended. So, special casing doesn't appear necessary.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/24694#discussion_r2080359521


More information about the core-libs-dev mailing list