Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 90149 invoked from network); 5 Dec 2007 19:49:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Dec 2007 19:49:13 -0000 Received: (qmail 56042 invoked by uid 500); 5 Dec 2007 19:49:00 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 56013 invoked by uid 500); 5 Dec 2007 19:49:00 -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 56004 invoked by uid 99); 5 Dec 2007 19:49:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Dec 2007 11:49:00 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of maksim.ananjev@gmail.com designates 66.249.92.171 as permitted sender) Received: from [66.249.92.171] (HELO ug-out-1314.google.com) (66.249.92.171) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Dec 2007 19:48:40 +0000 Received: by ug-out-1314.google.com with SMTP id u40so544934ugc for ; Wed, 05 Dec 2007 11:48:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=90JP2kBOi6rNYYhALUpHO5YJ4gZhnULZe92t8gPOnCQ=; b=HL3Z0jWuxv4OuGAFdeUIXWuu1OHZXLC47CHTFwoQdCFnXqMsKcSg5dPZdxC1qqBZAVFEfhLRWTVitHt3x+aItxoif9xVkQVyAJwb/X3ZzShAKK8awOUJtOayTT5wbu7vq95nYU0GJ4UF01QmpYdUVrCdbmzVo90jwQ+xz1FexKU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=BBrqq1UvWRjOmRM3J8DdCVBRCFjcGF+K92gnn7qW8D2FKz4jGHEshYQUz2nP7NRo5xXGiFa97E1BQE5nTpvengIIfJXDa2U8MkfUR1r2N4AUUl//EYROGtVw+vCo1srpBBm8bZt2KaBONRz+oEHYv0BducrT3NpYSAE4q/alQsM= Received: by 10.151.13.7 with SMTP id q7mr915340ybi.1196884121410; Wed, 05 Dec 2007 11:48:41 -0800 (PST) Received: by 10.150.195.12 with HTTP; Wed, 5 Dec 2007 11:48:41 -0800 (PST) Message-ID: Date: Thu, 6 Dec 2007 01:48:41 +0600 From: "Maksim Ananjev" To: dev@harmony.apache.org Subject: [drlvm][jit] enabling logs MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org Hi! I am using this command to start harmony with the logging enabled: debug2 -jar -Xem:opt -XDjit.p.filter=org/eclipse/ui/internal/decorators/LightweightDecoratorManager::getDecoratorsFor -XDjit.p.arg.log=ct,irdump startup.jar (debug2 is a symlink to harmony) But I find no logs in the folder. I would appreciate any ideas on what I am doing wrong. -- Maksim