Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 79973 invoked from network); 21 Nov 2007 06:29:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Nov 2007 06:29:49 -0000 Received: (qmail 44630 invoked by uid 500); 21 Nov 2007 06:29:34 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 44608 invoked by uid 500); 21 Nov 2007 06:29:34 -0000 Mailing-List: contact dev-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 dev@harmony.apache.org Received: (qmail 44599 invoked by uid 99); 21 Nov 2007 06:29:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Nov 2007 22:29:34 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of simon.harmony@gmail.com designates 209.85.146.176 as permitted sender) Received: from [209.85.146.176] (HELO wa-out-1112.google.com) (209.85.146.176) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Nov 2007 06:29:23 +0000 Received: by wa-out-1112.google.com with SMTP id k22so2920733waf for ; Tue, 20 Nov 2007 22:29:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=4cSKKt9vN/e1CRj+riMoeD30Kd5KCAM9+36M3Nc3/IU=; b=U9Dtn8Kf7+A1LZi78ld+Kc2zS6QKsj+ojA66h9mvN9SWpWFYITDbztnx+H2uE3ogcT2exn4Af3RNmmwwORjZeTS54zwmutobZ2LpVfqvprnjGMLU/dqIcYXJ78OApmO3sUF3wZEECxRlIwXOk0c1Hlhn2w03hJz+Xhw3YV9qXVg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=DxVITxvSNUcFhv0TWPiWtZYvVngkUe+I0SYIY8o20dcZwcaVK1KEZ7P5CshcNnr34WT1rSr6CI8CxW6+1m8HAqiRmOK+DaFYkJaTrRavlTLNF1ixpDNCb1JRP+uKujQsyCiYx1mkbWf+Ek7kMSXrhJ693Sp5jek67o/gd3KZ/k0= Received: by 10.115.90.1 with SMTP id s1mr891669wal.1195626557666; Tue, 20 Nov 2007 22:29:17 -0800 (PST) Received: by 10.114.161.3 with HTTP; Tue, 20 Nov 2007 22:29:17 -0800 (PST) Message-ID: <3db9f87f0711202229k4786f826r1b137e9c9bfcf499@mail.gmail.com> Date: Wed, 21 Nov 2007 14:29:17 +0800 From: "Simon Chow" To: dev@harmony.apache.org Subject: Re: [drlvm][log] Can NOT dump IR using -XDjit.arg.log=irdump In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_1881_17886932.1195626557663" References: <3db9f87f0711201928g505c8bfof5c22dbada9a9db8@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_1881_17886932.1195626557663 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Thanks, it works well! On 21/11/2007, Mikhail Fursov wrote: > > Hi Simon, > The problem can be that in default (client) mode we use JET for > initial method compilation. JET does not have IR nor 'irdump' logging > category. > Try this command line: -Xem:opt -XX:jit.f.filter=my/class.mymethod > -XX:jit.f.arg.log=ct,irdump > > On Nov 21, 2007 9:28 AM, Simon Chow wrote: > > I use the command: > > java -XX:jit.arg.log=irdump MyJavaProgram > > to execute my program, but there is no IR dump file is generated. > > What's the problem? > > > > -- > > From : Simon.Chow@Software School of Fudan University > > > > > > -- > Mikhail Fursov > -- >From : Simon.Chow@Software School of Fudan University ------=_Part_1881_17886932.1195626557663--