Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 89187 invoked from network); 25 Sep 2006 12:55:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 25 Sep 2006 12:55:24 -0000 Received: (qmail 22310 invoked by uid 500); 25 Sep 2006 12:55:20 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 22275 invoked by uid 500); 25 Sep 2006 12:55:20 -0000 Mailing-List: contact harmony-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-dev@incubator.apache.org Received: (qmail 22264 invoked by uid 99); 25 Sep 2006 12:55:20 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Sep 2006 05:55:20 -0700 Authentication-Results: idunn.apache.osuosl.org smtp.mail=ivan.volosyuk@gmail.com; spf=pass Authentication-Results: idunn.apache.osuosl.org header.from=ivan.volosyuk@gmail.com; domainkeys=good X-ASF-Spam-Status: No, hits=0.5 required=5.0 tests=DNS_FROM_RFC_ABUSE Received-SPF: pass (idunn.apache.osuosl.org: domain gmail.com designates 64.233.182.188 as permitted sender) DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 Received: from [64.233.182.188] ([64.233.182.188:43912] helo=nf-out-0910.google.com) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id 49/96-13750-6A1D7154 for ; Mon, 25 Sep 2006 05:55:03 -0700 Received: by nf-out-0910.google.com with SMTP id x4so1639046nfb for ; Mon, 25 Sep 2006 05:54:55 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=FWxKheq1JzIz8kd3/FGpXbQtxouNw4E8FKfRhRbmSAPBgFTZWhTisFlqOgn0VL47i8iNtV3eUsLy/uEtYA7BkssgOvZf1ii6TnfZIn+Ao0nUS/yPVgqhclvpm5Hq/em01xPhYEkUWd8Uc+bBVtPKTS/HdFfZvHxcTDyxCM+zyjw= Received: by 10.49.8.1 with SMTP id l1mr1394995nfi; Mon, 25 Sep 2006 05:54:55 -0700 (PDT) Received: by 10.49.63.18 with HTTP; Mon, 25 Sep 2006 05:54:54 -0700 (PDT) Message-ID: <12385bbd0609250554x7bdadcfbtb6ff4b3c955b160f@mail.gmail.com> Date: Mon, 25 Sep 2006 16:54:54 +0400 From: "Ivan Volosyuk" To: harmony-dev@incubator.apache.org Subject: [drlvm][launcher] performance issue when loading property (was Re: [launcher] Patch is available for "harmonyvm.properties" parsing) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Alexey, would you create JIRA for this? Looks you have more information about the problem? -- Ivan On 9/23/06, Geir Magnusson Jr. wrote: > Please... > > On Sep 23, 2006, at 7:58 AM, Alexey Varlamov wrote: > > > Ha! This is apr_file_gets() who does this! > > > > So this is DRLVM specific and duplicates classlib's efforts. We should > > get rid of this. > > > > 2006/9/23, Ivan Volosyuk : > >> You are right. It is different property file: > >> $JRE/lib/boot/bootclasspath.properties (6kbyte) > >> > >> The strace looks like following. Not quite effective. > >> The number of syscalls is greater then all others at the startup of > >> VM. I would like to file a performance JIRA for the issue, but I > >> don't > >> quite understand if it DRLVM specific or classlib? > >> -- > >> Ivan > >> > >> read(3, "#", 1) = 1 > >> read(3, " ", 1) = 1 > >> read(3, "C", 1) = 1 > >> read(3, "o", 1) = 1 > >> read(3, "p", 1) = 1 > >> read(3, "y", 1) = 1 > >> read(3, "r", 1) = 1 > >> read(3, "i", 1) = 1 > >> read(3, "g", 1) = 1 > >> read(3, "h", 1) = 1 > >> read(3, "t", 1) = 1 --------------------------------------------------------------------- Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org For additional commands, e-mail: harmony-dev-help@incubator.apache.org