Re: RFR [9]: 8034174 Remove use of JVM_* functions from java.net code

2014-02-23 Thread Chris Hegarty
On 22 Feb 2014, at 09:33, Alan Bateman wrote: > On 22/02/2014 08:29, Chris Hegarty wrote: >> Interruptible I/O on Solaris has been highly problematic and the long >> standing plan has been to remove it from the JDK. In JDK6 the VM option >> UseVMInterruptibleIO was introduced to allow develope

Re: RFR [9]: 8034174 Remove use of JVM_* functions from java.net code

2014-02-23 Thread Chris Hegarty
On 22 Feb 2014, at 17:23, Dmitry Samersoff wrote: > Chris, > > Didn't look to windows part. Unix part looks good for me. See also below. > > I'm a bit concerned because of mixing NET_* abstractions and direct call > to OS functions. It might be better to create NET_socket etc. Me too. It is al

Re: RFR [9]: 8034174 Remove use of JVM_* functions from java.net code

2014-02-23 Thread Chris Hegarty
Thanks for your comments Bernd. On 22 Feb 2014, at 14:03, Bernd Eckenfels wrote: > Hello, > >> Am 22.02.2014 um 10:33 schrieb Alan Bateman : >> >>> http://cr.openjdk.java.net/~chegar/8034174/webrev.00/webrev/ >> Thank for you for doing this, it's long over due. > > Hm, I actually like to have