//a.arriveAndAwaitAdvance();
ph.afterArriveAndAwaitAdvance();
ph.beforeAwaitAdvance(b, 0);
//b.awaitAdvance(0);
ph.afterAwaitAdvance();
}
/**
* Found while debugging {@link RegressionTests#illegalStateClearBlocked()}
* Checking if automatic instrumentation is working.