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

Comparing jsr166/src/jsr166y/Phaser.java (file contents):
Revision 1.51 by dl, Sat Nov 13 00:55:51 2010 UTC vs.
Revision 1.52 by dl, Sat Nov 13 01:27:13 2010 UTC

# Line 880 | Line 880 | public class Phaser {
880              if (!node.interruptible && node.wasInterrupted)
881                  Thread.currentThread().interrupt();
882          }
883 <        if (p == phase && parent != null)
883 >        if (p == phase)
884              p = (int)(reconcileState() >>> PHASE_SHIFT);
885          if (p != phase)
886              releaseWaiters(phase);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines