JDK-8001334 : Remove use of JVM_* functions from java.io code
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.io
  • Affected Version: 8
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: solaris
  • Submitted: 2012-10-23
  • Updated: 2020-07-16
  • Resolved: 2013-03-13
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8
8 b84Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Description
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.

For JDK8 it is finally time to remove the feature. This bug tracks changing the native in src/share/native/java/io and src/solaris/native/java/io so that the system calls are used directly rather than going through the JVM_* functions. Updating of the networking code will be done via a different bug.
Comments
verified in b85
12-04-2013

The fix is uploaded at http://cr.openjdk.java.net/~dxu/8001334/webrev.00/ for the code review.
23-01-2013