On Thu, 10 Sep 2026 08:53:51 GMT, Lee Jiwon <[email protected]> wrote:
> Disable `IP_TOS` support by default in the JDK's default `ServerSocket` > implementation and the corresponding `jdk.net.Sockets` option set. > Applications can restore support with `-Djdk.net.ServerSocket.IP_TOS=true` at > JVM startup. Support on `Socket` and `DatagramSocket` is unchanged. > > Testing on macOS/aarch64: > - Targeted tests passed, including five `SupportedOptions` configurations. > - API Javadoc generation passed. > - Tier 2 reported five locale failures also seen on baseline, one `UdpTest` > timeout also seen with the opt-in changes reverted, and one docs link-check > failure involving missing shared files. Other tests passed or were skipped. > > Linux and Windows test suites were not run. > > The docs link-check failure persisted after `make docs-jdk`; Pandoc is > disabled in this configuration, and no diagnostics referenced the modified > `net-properties.html`. > > Release note: [JDK-8392329](https://bugs.openjdk.org/browse/JDK-8392329) > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai). For the CSR then I suspect you will need to close JDK-8392124 and move the text to a CSR created for the new issue. I'm not aware of any way to "re-parent" a CSR. ------------- PR Comment: https://git.openjdk.org/jdk/pull/32808#issuecomment-5620942437
