Changeset: da43f2e977ac
Author:    mchung
Date:      2009-12-18 11:36 -0800
URL:       http://hg.openjdk.java.net/jdk7/tl/jdk/rev/da43f2e977ac

6909572: Add a new target for building modules
Summary: Add a new "modules" build target that builds jdk and jre module image
Reviewed-by: alanb, ohair

! make/Makefile
+ make/common/Modules.gmk
+ make/modules/Makefile
+ make/modules/bootmodule.roots
+ make/modules/jdk7.depconfig
+ make/modules/modules.config
+ make/modules/modules.group
+ make/modules/optional.depconfig
+ make/modules/tools/Makefile
+ make/modules/tools/build.xml
+ make/modules/tools/nbproject/project.properties
+ make/modules/tools/nbproject/project.xml
+ make/modules/tools/src/com/sun/classanalyzer/AnnotatedDependency.java
+ make/modules/tools/src/com/sun/classanalyzer/AnnotationParser.java
+ make/modules/tools/src/com/sun/classanalyzer/BootAnalyzer.java
+ make/modules/tools/src/com/sun/classanalyzer/CheckDeps.java
+ make/modules/tools/src/com/sun/classanalyzer/ClassAnalyzer.java
+ make/modules/tools/src/com/sun/classanalyzer/ClassFileParser.java
+ make/modules/tools/src/com/sun/classanalyzer/ClassPath.java
+ make/modules/tools/src/com/sun/classanalyzer/CodeAttributeParser.java
+ make/modules/tools/src/com/sun/classanalyzer/ConstantPoolAnalyzer.java
+ make/modules/tools/src/com/sun/classanalyzer/ConstantPoolParser.java
+ make/modules/tools/src/com/sun/classanalyzer/DependencyConfig.java
+ make/modules/tools/src/com/sun/classanalyzer/Klass.java
+ make/modules/tools/src/com/sun/classanalyzer/Module.java
+ make/modules/tools/src/com/sun/classanalyzer/ModuleConfig.java
+ make/modules/tools/src/com/sun/classanalyzer/ResolutionInfo.java
+ make/modules/tools/src/com/sun/classanalyzer/ResourceFile.java
+ make/modules/tools/src/com/sun/classanalyzer/ShowDeps.java

Changeset: b8d1e718ea6d
Author:    mchung
Date:      2009-12-18 11:42 -0800
URL:       http://hg.openjdk.java.net/jdk7/tl/jdk/rev/b8d1e718ea6d

6909573: Temporary launcher support to add modules in the bootclasspath
Summary: Add the list of modules to the bootclasspath if lib/rt.jar and classes 
don't exist
Reviewed-by: alanb, ohair, ksrini

! src/share/bin/java.c

Reply via email to