Compiling just the classes in the JDK source

Alan Bateman Alan.Bateman at oracle.com
Thu Jun 7 02:39:06 PDT 2012


The "modularize" target is helpful when trying to do incremental builds. 
It re-runs the class analyzer, modularizer and and re-installs the 
modules, eg:

make -C make/modules ALT_OUTPUTDIR=<youroutputdir> modularize

Once the new build system is working with Jigsaw then I expect it will 
become a lot better.

-Alan





More information about the jigsaw-dev mailing list