Blocks :
|
|
CSR :
|
|
Relates :
|
|
Relates :
|
JDK-8204259 :
|
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.
|