From commits-return-36724-apmail-harmony-commits-archive=harmony.apache.org@harmony.apache.org Fri Jun 01 13:21:38 2007 Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 51368 invoked from network); 1 Jun 2007 13:21:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Jun 2007 13:21:37 -0000 Received: (qmail 3031 invoked by uid 500); 1 Jun 2007 13:21:41 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 2935 invoked by uid 500); 1 Jun 2007 13:21:41 -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 2926 invoked by uid 99); 1 Jun 2007 13:21:41 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Jun 2007 06:21:41 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Jun 2007 06:21:37 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D6A2171419B for ; Fri, 1 Jun 2007 06:21:16 -0700 (PDT) Message-ID: <6602141.1180704076876.JavaMail.jira@brutus> Date: Fri, 1 Jun 2007 06:21:16 -0700 (PDT) From: "Mikhail Markov (JIRA)" To: commits@harmony.apache.org Subject: [jira] Commented: (HARMONY-3298) [classlib][luni] Extraneous path separator in *.boot.class.path causes DaCapo ('jython' benchmark) failure In-Reply-To: <30040328.1173091970789.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-3298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12500703 ] Mikhail Markov commented on HARMONY-3298: ----------------------------------------- Thanks, Ivan, for the link. I've further investigated the problem and found that IBM VM has only org.apache.harmony.boot.class.path (not sun.* or vm.* ones) and it does not contain repeating dir separators. DRLVM supports all 3 props and org.apache.harmony.* also does not contain repeating dir separators. sun.boot.class.path and vm.boot.class.path are formed inside DRLVM (and indeed contains wrong repetitions). So, i think this JIRA could be closed (as org.apache.harmony.boot.class.path which is classlib responsible for) is formed correctly and another JIRA against DRLVM about sun/vm boot classpath propertis could be opened. > [classlib][luni] Extraneous path separator in *.boot.class.path causes DaCapo ('jython' benchmark) failure > ---------------------------------------------------------------------------------------------------------- > > Key: HARMONY-3298 > URL: https://issues.apache.org/jira/browse/HARMONY-3298 > Project: Harmony > Issue Type: Bug > Components: Classlib > Environment: Reprodiceable with dacapo-2006-10-MR2 on all systems with /sys directory (i.e., most Linux systems). Creating 'c:\sys' directory on Windows leads to 'jython' benchmark failure too. > Reporter: Vladimir Molotkov > Assignee: Mark Hindess > Priority: Critical > Attachments: H-3298_test-1.patch, H-3298_test.patch, luniglob.c.patch > > > In most cases *.boot.class.path properties contain the following fragment (here is Windows variant): > xxx\jdk\jre\bin/default/\kernel.jar;;xxx\jdk\jre\lib\boot\accessibility.jar;... > Path separator after kernel.jar is extraneous and must be removed. > The 'bug' causes failure of 'jython' benchamark of DaCapo suite on Linux and Windows (see 'Environment' description). > Also 'garbage' in system properties lowers Harmony's product quality. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.