Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 12358 invoked from network); 22 May 2007 09:55:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 May 2007 09:55:37 -0000 Received: (qmail 10305 invoked by uid 500); 22 May 2007 09:55:43 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 10284 invoked by uid 500); 22 May 2007 09:55:43 -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 10275 invoked by uid 99); 22 May 2007 09:55:43 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 May 2007 02:55:43 -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; Tue, 22 May 2007 02:55:37 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 63EF5714048 for ; Tue, 22 May 2007 02:55:16 -0700 (PDT) Message-ID: <30983286.1179827716407.JavaMail.jira@brutus> Date: Tue, 22 May 2007 02:55:16 -0700 (PDT) From: "Eugene S. Ostrovsky (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-3931) [drlvm][jvmti] It would be nice to have an option switching on/off reporting compilness of inlined methods In-Reply-To: <9032930.1179826996555.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-3931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eugene S. Ostrovsky updated HARMONY-3931: ----------------------------------------- Attachment: property-for-COMPILED_METHOD_LOAD.patch Added patch: property-for-COMPILED_METHOD_LOAD.patch Adds vm property "vm.jvmti.compiled_method_load.inlined". This property enables reporting of inlined methods in COMPILED_METHOD_LOAD events. Default value is false. To enable reporting of inlined methods add the following option to vm command line: -XDvm.jvmti.compiled_method_load.inlined=1 > [drlvm][jvmti] It would be nice to have an option switching on/off reporting compilness of inlined methods > ---------------------------------------------------------------------------------------------------------- > > Key: HARMONY-3931 > URL: https://issues.apache.org/jira/browse/HARMONY-3931 > Project: Harmony > Issue Type: Improvement > Components: DRLVM > Environment: win and linux > Reporter: Rustem Rafikov > Priority: Minor > Attachments: property-for-COMPILED_METHOD_LOAD.patch > > > It would be convinient to have an vm option to turn on/off reporting of compilation of inlined methods. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.