[Bug 1117] New: IcedTea6 prebuilds far too many classes on bootstrap

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Wed Aug 15 12:35:31 PDT 2012


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1117

          Priority: P3
            Bug ID: 1117
          Assignee: unassigned at icedtea.classpath.org
           Summary: IcedTea6 prebuilds far too many classes on bootstrap
          Severity: normal
    Classification: Unclassified
                OS: Linux
          Reporter: ahughes at redhat.com
          Hardware: x86_64
            Status: NEW
           Version: 6-hg
         Component: IcedTea
           Product: IcedTea

IcedTea6:

ICEDTEA_BOOTSTRAP_DIRS = \
    $(SHARE)/com/sun/jdi \
    $(SHARE)/com/sun/net/httpserver \
    $(SHARE)/com/sun/tools/jdi \
    $(SHARE)/java/io \
    $(SHARE)/java/security/cert \
    $(SHARE)/java/util \
    $(SHARE)/java/rmi \
    $(SHARE)/sun/awt/ \
    $(SHARE)/sun/nio/cs \
    $(SHARE)/sun/rmi/rmic \
    $(SHARE)/sun/tools/java \
    $(SHARE)/javax/net/ssl \
    $(SHARE)/javax/script \
    $(SHARE)/javax/security/auth/kerberos \
    $(SHARE)/javax/security/sasl \
    $(LANGTOOLS)/com/sun/mirror \
    $(LANGTOOLS)/com/sun/tools/apt

ICEDTEA_BOOTSTRAP_CLASSES = \
        $(SHARE)/javax/swing/plaf/basic/BasicDirectoryModel.java \
        $(SHARE)/javax/management/StandardMBean.java \
        $(SHARE)/com/sun/java/swing/plaf/nimbus/NimbusLookAndFeel.java

IcedTea7 & 8:

ICEDTEA_BOOTSTRAP_CLASSES = \
        $(SHARE)/java/util/regex/Matcher.java \
        $(SHARE)/javax/management/remote/JMXServiceURL.java \
        $(SHARE)/javax/management/modelmbean/ModelMBeanInfo.java \
        $(SHARE)/javax/swing/plaf/basic/BasicDirectoryModel.java

6 should require even less.  We should cut down the list to potentially speed
up build times.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20120815/27c65b85/attachment.html 


More information about the distro-pkg-dev mailing list