RFR: 8371226: Thread class description needs section on Thread Interruption

Alan Bateman alanb at openjdk.org
Tue Nov 11 08:28:45 UTC 2025


This is docs only change to 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.

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

Commit messages:
 - More word smithing, drop link to VirtualThreadSchedulerMXBean
 - Merge branch 'master' into JDK-8371226
 - Improve javadoc, add apiNote to interrupted()
 - Merge branch 'master' into JDK-8371226
 - More wordsmithing
 - Improve wording
 - Merge branch 'master' into JDK-8371226
 - Merge branch 'master' into JDK-8371226
 - Initial commit

Changes: https://git.openjdk.org/jdk/pull/28216/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=28216&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8371226
  Stats: 85 lines in 2 files changed: 58 ins; 5 del; 22 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