On Wed, 1 Mar 2023 13:06:35 GMT, Daniel Jeliński <djelin...@openjdk.org> wrote:

> Please review this PR that upgrades winsock lib from version 1 (wsock32) to 
> version 2 (ws2_32) and removes unnecessary libs from the build.
> 
> With the winsock upgrade we should be able to avoid loading wsock32.dll at 
> runtime. Winsock is only needed for `htonl` function, and wsock32.dll 
> forwards that function to ws2_32 anyway.
> 
> All jgss/krb5 (jdk_security4) tests continue to pass.

Marked as reviewed by erikj (Reviewer).

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

PR: https://git.openjdk.org/jdk/pull/12805

Reply via email to