hg: jigsaw/jigsaw/jdk: Regrouping of jdk modules

Mandy Chung mandy.chung at oracle.com
Fri Sep 10 12:26:16 PDT 2010


  On 9/10/10 11:09 AM, David M. Lloyd wrote:
> Is there a single document which lists what packages are in what modules? 

There is one file per module listing the packages.  They are generated 
in the jdk modules build (at $outputdir/moduleinfo/classlist).  I 
uploaded the generated reports build from  this changeset at:
    http://cr.openjdk.java.net/~mchung/jigsaw/jdk-modules/classlist/

These reports are generated by the class analyzer tool:
   *.summary lists the packages
   *.classlist is the class list
   *.resources is the resource file list
   *.dependencies lists the cross-module dependencies

Note that some jdk.* module reexports the packages from sun.* module and 
the *.summary file for those jdk.* modules would be empty.

Mandy
> I saw http://cr.openjdk.java.net/~mchung/jigsaw/jdk-modules-list.txt 
> however that only lists the module names.
>
> On 09/10/2010 01:06 PM, mandy.chung at oracle.com wrote:
>> Changeset: 01d6b2c9d36d
>> Author:    mchung
>> Date:      2010-09-10 11:02 -0700
>> URL:       http://hg.openjdk.java.net/jigsaw/jigsaw/jdk/rev/01d6b2c9d36d
>>
>> Regrouping of jdk modules
>> Reviewed-by: alanb
>>
>> ! make/common/Defs-modules.gmk
>> ! make/common/Defs.gmk
>> ! make/common/Program.gmk
>> ! make/common/internal/Defs-corba.gmk
>> ! make/common/internal/Defs-jaxp.gmk
>> ! make/common/internal/Defs-jaxws.gmk
>> ! make/launchers/Makefile
>> ! make/modules/jdk7.depconfig
>> ! make/modules/modules.config
>> ! make/modules/modules.group
>> ! make/sun/rmi/registry/Makefile
>> ! make/sun/rmi/rmid/Makefile
>> ! make/sun/security/krb5/Makefile
>> ! make/tools/classanalyzer/nbproject/project.properties
>> ! make/tools/classanalyzer/src/com/sun/classanalyzer/ClassAnalyzer.java
>> ! make/tools/classanalyzer/src/com/sun/classanalyzer/Platform.java
>> ! src/share/bin/defines.h
>> ! src/share/bin/java.c
>> ! src/share/bin/java.h
>> ! src/share/bin/main.c
>> ! src/share/classes/sun/launcher/LauncherHelper.java
>>
>




More information about the jigsaw-dev mailing list