-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
b18
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8205305 | 11.0.1 | Stuart Marks | P4 | Resolved | Fixed | team |
These methods have been deprecated for a very long time. Thread.destroy() has never been implemented, and it has always thrown NoSuchMethodError to the caller. Thread.stop(Throwable) was changed to be non-functional (it throws UnsupportedOperationException to the caller) in JDK 8. They should now be removed from the Thread API.
- backported by
-
JDK-8205305 remove Thread.destroy() and Thread.stop(Throwable)
- Resolved
- blocks
-
JDK-8177680 Umbrella: JDK 11 terminal deprecations
- Resolved
- csr for
-
JDK-8204260 remove Thread.destroy() and Thread.stop(Throwable)
- Closed
- relates to
-
JDK-8193035 remove terminally deprecated APIs from java.lang
- Closed
-
JDK-8289610 Degrade Thread.stop
- Resolved