--- jsr166/src/jsr166e/StampedLock.java 2013/01/26 15:00:15 1.33 +++ jsr166/src/jsr166e/StampedLock.java 2013/01/28 17:23:04 1.34 @@ -939,7 +939,7 @@ public class StampedLock implements java return 0L; } - /* + /** * Wakes up the successor of h (normally whead). This is normally * just h.next, but may require traversal from wtail if next * pointers are lagging. This may fail to wake up an acquiring