hg: jigsaw/jake/jdk: Missing new test file. newBundle has to call ClassLoader::loadClass until a test fix

2016-10-29 Thread mandy . chung
Changeset: 344137ffc4af Author:mchung Date: 2016-10-29 22:00 -0700 URL: http://hg.openjdk.java.net/jigsaw/jake/jdk/rev/344137ffc4af Missing new test file. newBundle has to call ClassLoader::loadClass until a test fix ! src/java.base/share/classes/java/util/ResourceBundle.java +

hg: jigsaw/jake/jdk: ResourceBundle.Control::newBundle reverts to call ClassLoader::getResource

2016-10-29 Thread mandy . chung
Changeset: 93346b3345a1 Author:mchung Date: 2016-10-29 19:12 -0700 URL: http://hg.openjdk.java.net/jigsaw/jake/jdk/rev/93346b3345a1 ResourceBundle.Control::newBundle reverts to call ClassLoader::getResource ! src/java.base/share/classes/java/util/ResourceBundle.java +

jdk.unsupported module missing from compact profiles

2016-10-29 Thread Simon Nash
My application uses sun.misc.SignalHandler which is now in the jdk.unsupported module. This class is available when running with the full JRE but not when running with the compact3 JRE. The sun.misc.* classes are available in the compact1/2/3 profiles in JDK 8 and I don't see any reason why the

hg: jigsaw/jake/jdk: Update jar tests for revised messages

2016-10-29 Thread mandy . chung
Changeset: 801524d2b608 Author:mchung Date: 2016-10-29 12:21 -0700 URL: http://hg.openjdk.java.net/jigsaw/jake/jdk/rev/801524d2b608 Update jar tests for revised messages ! test/tools/jar/mmrjar/ConcealedPackage.java ! test/tools/jar/multiRelease/Basic.java

Re: Request Review: JDK-6479237 (cl) Add support for classloader names

2016-10-29 Thread serguei.spit...@oracle.com
Thank you for clarifications, Mandy! Serguei On 10/28/16 14:36, Mandy Chung wrote: On Oct 28, 2016, at 12:06 AM, serguei.spit...@oracle.com wrote: Can we give the bootstrap classloader the name "boot" or "bootstrap”? BootClassLoader is not the boostrap class loader but instead it's