Adding module causes classloading issues
Michael Hall
mik3hall at gmail.com
Tue Nov 28 09:55:21 UTC 2017
> On Nov 28, 2017, at 2:35 AM, Alan Bateman <Alan.Bateman at oracle.com> wrote:
>
> One point that I didn't see mentioned in the thread so far is a detail in the JEP 261 policy on root modules for the case that module java.se <http://java.se/> is not observable. When java.se <http://java.se/> is not observable then all modules (system or upgrade module path) that export an API are resolved. The output of `java --list-modules` will answer his quickly but I'll bet the image doesn't have java.se <http://java.se/>.
I added this. It works. java.corba included and the scheduler still working.
Still looking forward to the changes of course but this seems to give something to go on.
Thanks again.
HalfPipe7.app/Contents/PlugIns/Java.runtime/Contents/Home/bin/java --list-modules
java.activation at 9
java.base at 9
java.compiler at 9
java.corba at 9
java.datatransfer at 9
java.desktop at 9
java.instrument at 9
java.logging at 9
java.management at 9
java.management.rmi at 9
java.naming at 9
java.prefs at 9
java.rmi at 9
java.scripting at 9
java.se at 9
java.security.jgss at 9
java.security.sasl at 9
java.sql at 9
java.sql.rowset at 9
java.transaction at 9
java.xml at 9
java.xml.bind at 9
java.xml.crypto at 9
jdk.attach at 9
jdk.compiler at 9
jdk.internal.ed at 9
jdk.internal.jvmstat at 9
jdk.internal.le at 9
jdk.internal.opt at 9
jdk.jdi at 9
jdk.jdwp.agent at 9
jdk.jshell at 9
jdk.unsupported at 9
More information about the jigsaw-dev
mailing list