hg: jdk8/tl/jdk: 7157296: FDS: ENABLE_FULL_DEBUG_SYMBOLS flag should only affect OPT builds

2012-04-03 Thread daniel . daugherty
Changeset: 754945137012 Author:dcubed Date: 2012-04-03 12:57 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/754945137012 7157296: FDS: ENABLE_FULL_DEBUG_SYMBOLS flag should only affect OPT builds Summary: Build option FULL_DEBUG_SYMBOLS=0 only affects OPT builds. Finish enab

hg: jdk8/tl: 7157296: FDS: ENABLE_FULL_DEBUG_SYMBOLS flag should only affect OPT builds

2012-04-03 Thread daniel . daugherty
Changeset: 4d45c7117e23 Author:dcubed Date: 2012-04-03 10:17 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/rev/4d45c7117e23 7157296: FDS: ENABLE_FULL_DEBUG_SYMBOLS flag should only affect OPT builds Summary: Build option FULL_DEBUG_SYMBOLS=0 only affects OPT builds. Finish enabling

Re: RFR 6963841: java/util/concurrent/Phaser/Basic.java fails intermittently

2012-04-03 Thread Doug Lea
On 04/02/12 08:46, Chris Hegarty wrote: I think you are both right -- the main thread must delay but need not re-interrupt. Yes, re-interrupting is not ideal, but it looks like Phaser.awaitAdvanceInterruptibly differs from say CyclicBarrier.await. CyclicBarrier.await is spec'ed to throw IE is