JDK-8036128 : Remove deprecated VM flag UseVMInterruptibleIO
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 9
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: solaris
  • Submitted: 2014-03-03
  • Updated: 2014-06-26
  • Resolved: 2014-03-14
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 9
9 b08Fixed
Related Reports
Relates :  
Description
InterruptibleIO is a Solaris-only feature which has been scheduled for removal. To maintain backward compatibility, the feature has been kept in our code base and conditioned by the UseVMInterruptibleIO VM flag. This flag has progressively been set to false by default, and then marked at deprecated. It's now time to completely remove this flag and get rid of the InterruptibleIO code.
See CR JDK-4385444 for the full story.