ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/jsr166e/StampedLock.java
(Generate patch)

Comparing jsr166/src/jsr166e/StampedLock.java (file contents):
Revision 1.33 by dl, Sat Jan 26 15:00:15 2013 UTC vs.
Revision 1.34 by jsr166, Mon Jan 28 17:23:04 2013 UTC

# Line 939 | Line 939 | public class StampedLock implements java
939          return 0L;
940      }
941  
942 <    /*
942 >    /**
943       * Wakes up the successor of h (normally whead). This is normally
944       * just h.next, but may require traversal from wtail if next
945       * pointers are lagging. This may fail to wake up an acquiring

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines