Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 47924 invoked from network); 19 Jan 2009 03:08:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Jan 2009 03:08:23 -0000 Received: (qmail 45633 invoked by uid 500); 19 Jan 2009 03:08:22 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 45613 invoked by uid 500); 19 Jan 2009 03:08:22 -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 45604 invoked by uid 99); 19 Jan 2009 03:08:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Jan 2009 19:08:22 -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; Mon, 19 Jan 2009 03:08:20 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A00E9234C48C for ; Sun, 18 Jan 2009 19:07:59 -0800 (PST) Message-ID: <1257015291.1232334479654.JavaMail.jira@brutus> Date: Sun, 18 Jan 2009 19:07:59 -0800 (PST) From: "Wenlong Li (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-6039) [drlvm][classloader] 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:all-tabpanel ] Wenlong Li updated HARMONY-6039: -------------------------------- Attachment: H6039.patch_4 A new version of the patch is available, where some added codes are packaged into differerent methods. > [drlvm][classloader] 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, H6039.patch_3, H6039.patch_4 > > > 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.