[jdk17u-dev] Integrated: 8308593: Add KEEPALIVE Extended Socket Options Support for Windows

Terry Chow duke at openjdk.org
Mon Oct 30 23:06:49 UTC 2023


On Mon, 18 Sep 2023 18:33:42 GMT, Terry Chow <duke at openjdk.org> wrote:

> This is an unclean backport of [JDK-8308593](https://bugs.openjdk.org/browse/JDK-8308593), which provides support for the keepalive extended socket options on Windows.
> 
> The following changes were made in these files to resolve conflicts and issues:
> 1. make/modules/jdk.net/Lib.gmk -- I updated this script to support building extnet for Windows.
> 
> 2. jdk.net/share/classes/jdk/net/ExtendedSocketOptions.java -- I added a case to support returning an instance of WindowsSocketOptions in PlatformSocketOptions.
> 
> Tier 1 tests were ran and they're passing along with the existing keepalive tests. I also manually tested and confirmed the patch to be working on Windows.

This pull request has now been integrated.

Changeset: 57bf4129
Author:    Terry Chow <v-terrychow at microsoft.com>
Committer: Paul Hohensee <phh at openjdk.org>
URL:       https://git.openjdk.org/jdk17u-dev/commit/57bf412983c106b2cc35ff522a7582278c4ffecf
Stats:     298 lines in 8 files changed: 266 ins; 0 del; 32 mod

8308593: Add KEEPALIVE Extended Socket Options Support for Windows

Reviewed-by: djelinski, phh
Backport-of: f3ade388dac0b882e671462caa762138f44817fb

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

PR: https://git.openjdk.org/jdk17u-dev/pull/1751


More information about the jdk-updates-dev mailing list