Details
-
Bug
-
Resolution: Fixed
-
P3
-
hs24
-
b63
-
generic
-
solaris
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8001157 | hs25 | Coleen Phillimore | P3 | Closed | Fixed | b07 |
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.
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.
Attachments
Issue Links
- backported by
-
JDK-8001157 UseVMInterruptibleIO flag deprecate for JDK8
- Closed
- relates to
-
JDK-4385444 (spec) InterruptedIOException should not be required by platform specification (sol)
- Resolved