JDK-7188233 : UseVMInterruptibleIO flag deprecate for JDK8
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: hs24
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: solaris
  • CPU: generic
  • Submitted: 2012-07-31
  • Updated: 2014-06-27
  • Resolved: 2012-10-30
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 Other
8 b63Fixed hs25Fixed
Related Reports
Relates :  
Description
Deprecate UseVMInterruptibleIO flag.

JDK7 changed the default value from true to false.
See 4385444 for long-term plan to gradually deprecate this flag.

JDK8: leave code but add flag to deprecated list, default false.
JDK9: remove code support.