-
Bug
-
Resolution: Fixed
-
P4
-
9
-
b04
-
solaris
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 developers/customers experiment with disabling it. In JDK7 the default value of UseVMInterruptibleIO was changed to be "false" so that it is disabled by default.
This bug tracks changing the native in src/share/native/java/net and src/solaris/native/java/net so that the system calls are used directly rather than going through the JVM_* functions.
This bug tracks changing the native in src/share/native/java/net and src/solaris/native/java/net so that the system calls are used directly rather than going through the JVM_* functions.
- relates to
-
JDK-8035876 AIX build issues after '8034174: Remove use of JVM_* functions from java.net code'
-
- Resolved
-
-
JDK-8180424 Another build issue on AIX after 8034174
-
- Closed
-
-
JDK-8035949 Remove unused macro USE_SELECT and clean up Unix version of net_util_md.{c,h}
-
- Resolved
-
-
JDK-8001334 Remove use of JVM_* functions from java.io code
-
- Closed
-