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

Comparing jsr166/src/test/tck/PhaserTest.java (file contents):
Revision 1.1 by dl, Fri Jul 31 23:02:50 2009 UTC vs.
Revision 1.2 by jsr166, Fri Jul 31 23:37:31 2009 UTC

# Line 424 | Line 424 | public class PhaserTest extends JSR166Te
424           * waits for the second thread's party to arrive
425           */
426          new Thread() {
427 <            
427 >
428              public void run() {
429                  getRunnable(SMALL_DELAY_MS).run();
430                  int phase = phaser.awaitAdvance(phaser.arrive());
# Line 437 | Line 437 | public class PhaserTest extends JSR166Te
437          }.start();
438          /*
439           * This thread will cause the first thread run to wait, in doing so
440 <         * the main thread will force termination in which the first thread
441 <         * should exit peacefully as this one
440 >         * the main thread will force termination in which the first thread
441 >         * should exit peacefully as this one
442           */
443          new Thread() {
444  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines