src/share/classes/java/util/concurrent/locks/LockSupport.java
Print this page
*** 198,209 ****
*
* <ul>
* <li>Some other thread invokes {@link #unpark unpark} with the
* current thread as the target; or
*
! * <li>Some other thread {@linkplain Thread#interrupt interrupts} the current
! * thread; or
*
* <li>The specified waiting time elapses; or
*
* <li>The call spuriously (that is, for no reason) returns.
* </ul>
--- 198,209 ----
*
* <ul>
* <li>Some other thread invokes {@link #unpark unpark} with the
* current thread as the target; or
*
! * <li>Some other thread {@linkplain Thread#interrupt interrupts}
! * the current thread; or
*
* <li>The specified waiting time elapses; or
*
* <li>The call spuriously (that is, for no reason) returns.
* </ul>