On Sun, 13 Sep 2026 11:04:57 GMT, Alan Bateman <[email protected]> wrote:
>> Lee Jiwon has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> 8392151: Disable IP_TOS support on ServerSocket by default
>
> src/java.base/share/classes/sun/nio/ch/Net.java line 99:
>
>> 97: public static boolean isServerSocketIPTosEnabled() {
>> 98: return
>> Boolean.parseBoolean(VM.getSavedProperty("jdk.net.ServerSocket.IP_TOS"));
>> 99: }
>
> I don't think this rises to the level of the saved properties. So I think
> drop the change to sun.nio.ch.Net, only NioSocketImpl should know about this
> property.
Updated as suggested.
The property is now handled only in NioSocketImpl.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/32808#discussion_r4003521414