Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8231602 Deprecate Thread.suspend/resume for removal
  3. JDK-8233042

Release Note: Thread Suspend/Resume Are Deprecated for Removal

    XMLWordPrintable

Details

    • Verified

    Description

      The following methods related to thread suspension in `java.lang.Thread` and `java.lang.ThreadGroup` have been terminally deprecated in this release:

      - `Thread.suspend()`
      - `Thread.resume()`
      - `ThreadGroup.suspend()`
      - `ThreadGroup.resume()`
      - `ThreadGroup.allowThreadSuspension(boolean)`

      These methods will be removed in a future release.

      Attachments

        Activity

          People

            alanb Alan Bateman
            alanb Alan Bateman
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: