* Found while debugging {@link RegressionTests#illegalStateClearBlocked()}
* Checking if automatic instrumentation is working.
*/
@Test
public void falseDeadlock1d() throws InterruptedException, InstantiationException, IllegalAccessException {
PhaserListener facade = Mockito.mock(PhaserListener.class);
PhaserObserver.aspectOf().setListener(facade);
initAvoidance();
final Phaser a = new Phaser(1);
final Phaser b = new Phaser(1);