--- jsr166/src/test/tck/PhaserTest.java 2019/09/05 21:44:15 1.49 +++ jsr166/src/test/tck/PhaserTest.java 2019/09/05 21:46:35 1.50 @@ -453,7 +453,7 @@ public class PhaserTest extends JSR166Te /** * awaitAdvanceInterruptibly blocks interruptibly */ - public void testAwaitAdvanceInterruptibly_interruptible() throws InterruptedException { + public void testAwaitAdvanceInterruptibly_Interruptible() throws InterruptedException { final Phaser phaser = new Phaser(1); final CountDownLatch pleaseInterrupt = new CountDownLatch(2);