ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/Semaphore.java
(Generate patch)

Comparing jsr166/src/main/java/util/concurrent/Semaphore.java (file contents):
Revision 1.16 by dl, Mon Nov 3 13:49:56 2003 UTC vs.
Revision 1.17 by dl, Mon Nov 3 18:06:51 2003 UTC

# Line 207 | Line 207 | public class Semaphore implements java.i
207                  }
208              }
209          }
210 <        if (s != null)
210 >        if (s != null && s != node)
211              LockSupport.unpark(s.thread);
212      }
213  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines