JDK-4469216 : Thread.destroy() throws java.lang.NoSuchMethodError
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.lang
  • Affected Version: 1.3.0
  • Priority: P5
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_2000
  • CPU: x86
  • Submitted: 2001-06-13
  • Updated: 2003-08-08
  • Resolved: 2003-08-08
Related Reports
Duplicate :  
Description
Thread.destroy() throws java.lang.NoSuchMethodError
        at java.lang.Thread.destroy(Thread.java:709)

Comments
EVALUATION This method has never been implemented, and its behavior has not changed since this method was stubbed out in 8/95 (Thread.java rev 1.39). Admittedly the exception thrown (NoSuchMethodException) is not appropriate given its specification. However, it seems pointles to change it at this point. Probably we should document the current behavior. At some point, we should either deprecate or implement this call (probably the former). joshua.bloch@Eng 2001-07-17
17-07-2001