Skip to content

Commit

Permalink
add link to Thread.isAlive()
Browse files Browse the repository at this point in the history
  • Loading branch information
bchristi-git committed May 9, 2024
1 parent 5db4788 commit 4efa5d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/java.base/share/classes/java/lang/ref/package-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@
* <h2>Reachability</h2>
*
* A <em>reachable</em> object is any object that can be accessed in any potential
* continuing computation from any live thread (as stated in {@jls 12.6.1}).
* continuing computation from any
* {@linkplain java.lang.Thread#isAlive live thread} (as stated in {@jls 12.6.1}).
*
* <p> Going from strongest to weakest, the different levels of
* reachability reflect the life cycle of an object. They are
Expand Down

0 comments on commit 4efa5d1

Please sign in to comment.