Small docs-only clarification to make it clearer that join throws InterruptedException if called with the current thread's interrupted status set. Also make it clear that the exception clears the interrupted status.
------------- Commit messages: - Initial commit Changes: https://git.openjdk.org/jdk/pull/29059/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=29059&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8373427 Stats: 7 lines in 1 file changed: 3 ins; 0 del; 4 mod Patch: https://git.openjdk.org/jdk/pull/29059.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/29059/head:pull/29059 PR: https://git.openjdk.org/jdk/pull/29059
