Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 68566 invoked from network); 14 Jan 2009 01:09:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Jan 2009 01:09:23 -0000 Received: (qmail 11564 invoked by uid 500); 14 Jan 2009 01:09:23 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 11542 invoked by uid 500); 14 Jan 2009 01:09:23 -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 11533 invoked by uid 99); 14 Jan 2009 01:09:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Jan 2009 17:09: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; Wed, 14 Jan 2009 01:09:20 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B51AC234C4AE for ; Tue, 13 Jan 2009 17:08:59 -0800 (PST) Message-ID: <51835394.1231895339740.JavaMail.jira@brutus> Date: Tue, 13 Jan 2009 17:08:59 -0800 (PST) From: "Wenlong Li (JIRA)" To: commits@harmony.apache.org Subject: [jira] Commented: (HARMONY-6072) [buildtest][eut][drlvm] Remove duplicate entry for classlib of Harmony In-Reply-To: <1034088296.1231838699984.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-6072?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12663583#action_12663583 ] Wenlong Li commented on HARMONY-6072: ------------------------------------- Pavel, before reading your patch, I was thinking whether it is necessary to provide a quick solution, just like your suggestion with SetBCPElement filtering, etc. I think that could speed up the EUT35 test, and may be of high priority. For my current work, indeed, it is an idea of on-demand jar parsing, not defered. That is, if the jar is used, then we parse it, or no need. Of course, you could think it is a deferred style as now Homarny parses all jars during startup. what do you think? > [buildtest][eut][drlvm] Remove duplicate entry for classlib of Harmony > ---------------------------------------------------------------------- > > Key: HARMONY-6072 > URL: https://issues.apache.org/jira/browse/HARMONY-6072 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Affects Versions: 5.0M8 > Environment: Any > Reporter: Chunrong Lai > Fix For: 5.0M9 > > Attachments: ClasslibDirTest.java, H6072.patch > > > When running attached test case extracted from EUT3.5. Harmony will get duplicate (Jar) entry of classlib which leads to later error of EUT. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.