Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 90611 invoked from network); 14 Jan 2009 14:54:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Jan 2009 14:54:30 -0000 Received: (qmail 93046 invoked by uid 500); 14 Jan 2009 14:54:30 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 93017 invoked by uid 500); 14 Jan 2009 14:54:30 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 93007 invoked by uid 99); 14 Jan 2009 14:54:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Jan 2009 06:54:30 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Jan 2009 14:54:28 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 22531234C4AF for ; Wed, 14 Jan 2009 06:54:07 -0800 (PST) Message-ID: <1763663124.1231944847139.JavaMail.jira@brutus> Date: Wed, 14 Jan 2009 06:54:07 -0800 (PST) From: "Wenlong Li (JIRA)" To: commits@harmony.apache.org Subject: [jira] Commented: (HARMONY-6039) On-demand class library parsing to avoid unnecessary jar/zip parsing during VM creation In-Reply-To: <753788846.1228879004286.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HARMONY-6039?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12663759#action_12663759 ] Wenlong Li commented on HARMONY-6039: ------------------------------------- Btw, for a package appears in more than one jar, I parse all of them > On-demand class library parsing to avoid unnecessary jar/zip parsing during VM creation > --------------------------------------------------------------------------------------- > > Key: HARMONY-6039 > URL: https://issues.apache.org/jira/browse/HARMONY-6039 > Project: Harmony > Issue Type: Improvement > Components: VM > Environment: Conduct experiments on Windows XP, Core 2 Quad-core machine > Reporter: Wenlong Li > Assignee: Xiao-Feng Li > Attachments: h6039.patch_1, H6039.patch_2 > > > During VM creation, Harmony will parse all class libraried defined in bootclasspath.properties under jre/lib/boot directory. However, not all class libraries will be used in the lifetime of java applications. That means, it is not necessary to open and resolve all these class libraries. > In this patch, I implement the on-demand jar parsing, which only loads and parses required jar. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.