Question about FileManagers in Jigsaw.

Fredrik Öhrström fredrik.ohrstrom at oracle.com
Tue Mar 13 14:11:10 PDT 2012


----- jonathan.gibbons at oracle.com skrev:

> The hybrid/bootstrap javac initially runs on the BOOTDIR java.   The 
> intent is that hybrid javac is good enough to create enough JDK 8 
> classes which can be run on the new JDK 8 JVM in legacy/classpath mode
> to create a basic module library containing a real base module.   That
> should be good enough to run hybrid/bootstrap javac such that it now
> has access to the real Jigsaw library API, and so does not need to use 
> ZeroMod for compiling the rest of JDK.

So we bootstrap the entire jdk? Something like this:
1) Build hybrid/bootstrap javac (includes zeromod + fake linking to jdk)
2) Build entire jdk (includes langtools) and jvm using this bootstrap javac.
   this jdk runs in legacy/classpath mode. But has enough modules (a single base module)
   to understand proper modules.
3) Build hybrid/bootstrap javac again! Now it does not need zeromod, it still needs genstubs fake linking though.
4) Build the entire jdk (includes langtools) and jvm using this second bootstrap javac.
   this jdk will have all modules!

Is this correct?

//Fredrik



More information about the jigsaw-dev mailing list