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

Benjamin Peterson duke at openjdk.org
Thu May 8 19:09:01 UTC 2025


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

>> Benjamin Peterson has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   fix spelling
>
> src/java.base/share/classes/jdk/internal/loader/NativeLibraries.java line 124:
> 
>> 122:                     return null;
>> 123:                 }
>> 124:                 name = file.getCanonicalPath() + ClassLoaderHelper.nativeLoaderFileNameSuffix();
> 
> For this proposal then the appending needs to conditional.

Conditional on what?

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

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


More information about the core-libs-dev mailing list