Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8204243

remove Thread.destroy() and Thread.stop(Throwable)

    XMLWordPrintable

Details

    • b18

    Backports

      Description

        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.

        Attachments

          Issue Links

            Activity

              People

                smarks Stuart Marks
                smarks Stuart Marks
                Votes:
                0 Vote for this issue
                Watchers:
                2 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved: