hg: jdk8/tl/jdk: 8005697: Add StampedLock

2013-02-09 Thread chris . hegarty
Changeset: 36d25dc2b8f0 Author:dl Date: 2013-02-09 08:35 + URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/36d25dc2b8f0 8005697: Add StampedLock Reviewed-by: chegar, alanb, dice, martin ! make/java/java/FILES_java.gmk ! src/share/classes/java/util/concurrent/locks/LockSupport.j

Re: jmx-dev [PATCH] JDK-8005472: com/sun/jmx/remote/NotificationMarshalVersions/TestSerializationMismatch.sh failed on windows

2013-02-09 Thread Chris Hegarty
On 02/08/2013 07:50 PM, Stuart Marks wrote: On 2/8/13 8:37 AM, Chris Hegarty wrote: Jon Gibbons suggested invoking the compiler API directly from java instead of writing a shell script. Doing this seems fairly simple, and I think it would be advantageous to keep things entirely in Java. I may

RFR (XS): 8007901 SA: Don't read flag values as constants

2013-02-09 Thread Staffan Larsen
Please review this small patch to avoid reading flag values in SA as constants. Reading them as constants means SA will only see the default value for these flags. Instead the infrastructure in SA to read command line flags should be used. In addition the value if EnableInvokeDynamic is never u