--- jsr166/src/jsr166y/Phaser.java 2009/08/30 11:08:25 1.46 +++ jsr166/src/jsr166y/Phaser.java 2010/07/07 19:52:32 1.47 @@ -871,7 +871,7 @@ public class Phaser { boolean doWait() { if (thread != null) { try { - ForkJoinPool.managedBlock(this, false); + ForkJoinPool.managedBlock(this); } catch (InterruptedException ie) { } }