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.46 by dl, Sun Aug 30 11:08:25 2009 UTC vs.
Revision 1.47 by dl, Wed Jul 7 19:52:32 2010 UTC

# Line 871 | Line 871 | public class Phaser {
871          boolean doWait() {
872              if (thread != null) {
873                  try {
874 <                    ForkJoinPool.managedBlock(this, false);
874 >                    ForkJoinPool.managedBlock(this);
875                  } catch (InterruptedException ie) {
876                  }
877              }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines