RFR: 8371226: Thread class description needs section on Thread Interruption [v2]

Alan Bateman alanb at openjdk.org
Tue Nov 11 18:32:20 UTC 2025


> This is docs only change to a add a new section to the Thread class description on Thread Interruption.  The new section provides guidance on handling InterruptedException. A subset of that guidance is also proposed for the InterruptedException class description.

Alan Bateman has updated the pull request incrementally with two additional commits since the last revision:

 - interrupt status -> interrupted status
 - Word smithing, mention throwing with IE as suppressed exception

-------------

Changes:
  - all: https://git.openjdk.org/jdk/pull/28216/files
  - new: https://git.openjdk.org/jdk/pull/28216/files/cfba1f26..48a6f22a

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=28216&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=28216&range=00-01

  Stats: 15 lines in 2 files changed: 2 ins; 3 del; 10 mod
  Patch: https://git.openjdk.org/jdk/pull/28216.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/28216/head:pull/28216

PR: https://git.openjdk.org/jdk/pull/28216


More information about the core-libs-dev mailing list