Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 59056 invoked from network); 25 Mar 2008 17:53:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Mar 2008 17:53:38 -0000 Received: (qmail 47235 invoked by uid 500); 25 Mar 2008 17:53:34 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 47211 invoked by uid 500); 25 Mar 2008 17:53:34 -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 47185 invoked by uid 99); 25 Mar 2008 17:53:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Mar 2008 10:53:34 -0700 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; Tue, 25 Mar 2008 17:53:02 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 0A660234C0AC for ; Tue, 25 Mar 2008 10:51:29 -0700 (PDT) Message-ID: <1614602716.1206467489041.JavaMail.jira@brutus> Date: Tue, 25 Mar 2008 10:51:29 -0700 (PDT) From: "Vladimir Beliaev (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-5651) [drlvm][jit] need to dump timers while System.exit is called In-Reply-To: <1917568036.1206466284491.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-5651?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vladimir Beliaev updated HARMONY-5651: -------------------------------------- Attachment: H5651.patch Here is the patch I have. I'm not sure it is totaly right one, so it is not targeted for integration right now. > [drlvm][jit] need to dump timers while System.exit is called > ------------------------------------------------------------ > > Key: HARMONY-5651 > URL: https://issues.apache.org/jira/browse/HARMONY-5651 > Project: Harmony > Issue Type: Wish > Components: DRLVM > Environment: any > Reporter: Vladimir Beliaev > Attachments: H5651.patch > > > The following command: > /bin/java -Xem:opt -XX:jit.arg.time=on > prints the time statistics for PMF actions like: > action api_magic time=0.0999756 > action bbp time=0.526201 > action bp_regalloc time=3.79217 > action btr time=1.60337 > ... > Still if the ends its work by System.exit call then the statistics is not printed. > It would be helpfull to get it printed though. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.