On Thu, 8 May 2025 19:05:56 GMT, Benjamin Peterson <d...@openjdk.org> wrote:

>> 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?

The appending of the "." is specific to the case where there isn't a .dll 
suffix.

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

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

Reply via email to