On Mon, Nov 16, 2015 at 2:42 PM, Aleksey Shipilev < aleksey.shipi...@oracle.com> wrote:
> > > PhaserBasic/: > * Are those tracing statements ("// trace("barrier action", > startTime);") kept for a reason? Should we conditionalize them with > "static final boolean"-s? > Those tracing/debugging statements are now rewritten to be less horrible, as in StampedLock/Basic.java. Future improvements should probably leverage power of testng.