hg: jdk8/tl/jdk: 2 new changesets

2012-02-27 Thread sean . mullan
Changeset: 805fc337bbe8 Author:mullan Date: 2012-02-27 11:44 -0500 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/805fc337bbe8 7147830: NullPointerException in java.security.Policy.implies() when the ProtectionDomain has a null code sou Reviewed-by: vinnie ! src/share/classes/sun

hg: jdk8/tl/jdk: 7143162: Allow disable building of jdk demos and samples

2012-02-27 Thread mike . duigou
Changeset: 323abe0e8973 Author:mduigou Date: 2012-02-27 18:10 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/323abe0e8973 7143162: Allow disable building of jdk demos and samples Reviewed-by: ohair ! make/Makefile ! make/common/Release.gmk ! make/common/shared/Sanity-Setting

hg: jdk8/tl: 7143162: Allow disable building of jdk demos and samples

2012-02-27 Thread mike . duigou
Changeset: 28f2fe471725 Author:mduigou Date: 2012-02-27 18:09 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/rev/28f2fe471725 7143162: Allow disable building of jdk demos and samples Reviewed-by: ohair ! make/sanity-rules.gmk

RFR 7149320: Move sun.misc.VM.booted() to end of System.initializeSystemClass()

2012-02-27 Thread Mike Duigou
Hello all; This issue is a patch for review that I have split out of a larger issue I'll be submitting later. WEBREV @ http://cr.openjdk.java.net/~mduigou/7149320/0/webrev/ sun.misc.VM.booted() is currently called before setJavaLangAccess(). For code which uses the JavaLangAccess shared secret

Re: RFR 7149320: Move sun.misc.VM.booted() to end of System.initializeSystemClass()

2012-02-27 Thread David Holmes
Hi Mike, The problem with changing initialization order is that you can never enumerate all the possible initialization paths. I don't see anything problematic with the move in relation to Thread.currentThread() or ThreadGroup.add(). But the call to setJavaLangAccess requires initialization o