On 4 Nov 2014, at 10:51, Alan Bateman <alan.bate...@oracle.com> wrote:
> On 04/11/2014 10:44, Michael McMahon wrote: >> Could I get the following small change reviewed please? >> >> http://cr.openjdk.java.net/~michaelm/8062744/webrev.1/ >> >> In JDK 9 the problem only affects the Socket.supportedOptions() method, >> but the same change is needed in 8 to allow the IP_TOS option to be set >> in a ServerSocket. > The change looks okay but for the test then it might be better to update the > existing test java/net/SocketOption/OptionsTest.java. > > -Alan.