Trying to build jdk.base
Erik Joelsson
erik.joelsson at oracle.com
Wed Apr 25 01:37:40 PDT 2012
On 2012-04-24 19:11, Jonathan Gibbons wrote:
> On 04/24/2012 08:15 AM, Erik Joelsson wrote:
>> Next I created a new makefile in the style of the build-infra build,
>> that compiles the modularized source in one go. To run that
>> compilation, I needed to use the newly built JDK so this is still run
>> as a post step, after the build-infra build.
>
> Erik,
>
> I don't understand what you mean here. How can you run the compilation
> to create part of a new JDK using the newly built JDK? What am I
> missing?
>
What I meant was that I had to run the modularized compile after having
already built the whole JDK. You can view this as a rather ineffective
bootstrap. The difference to the current jigsaw build is that I'm
running the build-infra build to first compile the JDK and that instead
of using the class analyzer and reshuffling the classes, I instead
recompile all classes from a modularized source tree.
/Erik
More information about the jigsaw-dev
mailing list