Re: RFR [9] 8143554: UnsupportedOperationException is not thrown for unsupported options

2016-01-15 Thread Svetlana Nikandrova
Thank you, Alan! If nobody has any objections I'll ask to push this fix. Thank you, Svetlana On 15.01.2016 16:21, Alan Bateman wrote: On 13/01/2016 15:48, Svetlana Nikandrova wrote: Alan, thank you for you replay. Here is my updated webrev with formatting fixes. http://cr.openjdk.java.net/

Re: RFR [9] 8143554: UnsupportedOperationException is not thrown for unsupported options

2016-01-15 Thread Alan Bateman
On 13/01/2016 15:48, Svetlana Nikandrova wrote: Alan, thank you for you replay. Here is my updated webrev with formatting fixes. http://cr.openjdk.java.net/~kshefov/8143554/webrev.03/ About getSocket() check - you are right, it is b

Re: Patch for adding SO_REUSEPORT socket option

2016-01-15 Thread Alan Bateman
On 14/01/2016 18:28, Lu, Yingqi wrote: Hi Alan/Michael/Volker, Here is the link to the version 7 of the patch. http://cr.openjdk.java.net/~mcberg/jdk/6432031/webrev.07/ Please note: after the code has been uploaded, I found out I forgot to remove extra check of ENOPROTOOPT in the net_util_md.