Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 11083 invoked from network); 2 Feb 2007 13:33:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Feb 2007 13:33:28 -0000 Received: (qmail 64644 invoked by uid 500); 2 Feb 2007 13:33:33 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 64623 invoked by uid 500); 2 Feb 2007 13:33:33 -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 64607 invoked by uid 99); 2 Feb 2007 13:33:33 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Feb 2007 05:33:33 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= 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; Fri, 02 Feb 2007 05:33:26 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3B5DB7142D0 for ; Fri, 2 Feb 2007 05:33:06 -0800 (PST) Message-ID: <30418780.1170423186240.JavaMail.jira@brutus> Date: Fri, 2 Feb 2007 05:33:06 -0800 (PST) From: "Eugene S. Ostrovsky (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-2145) [drlvm][jvmti] Compiled Method Load event - inlined method support 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-2145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eugene S. Ostrovsky updated HARMONY-2145: ----------------------------------------- Attachment: (was: H-2145-VM-side-version-2.patch) > [drlvm][jvmti] Compiled Method Load event - inlined method support > ------------------------------------------------------------------ > > Key: HARMONY-2145 > URL: https://issues.apache.org/jira/browse/HARMONY-2145 > Project: Harmony > Issue Type: New Feature > Components: DRLVM > Reporter: Eugene S. Ostrovsky > Assigned To: Gregory Shimansky > Attachments: CompiledMethodLoadEvent_size_fixed.diff, exe_notify_compile_method_load_added.diff, H-2145-Check-inline-regions-consistency.patch, H-2145-JIT-side-version-2.patch, H-2145-JIT-side-version-2.patch, H-2145-JIT-side.patch, H-2145-sendCompiledMethodLoadEvent-tracing.patch, H-2145-VM-Callback-interface.patch, H-2145-VM-side-version-2.patch, H-2145-VM-support-for-compiled-method-load-events-for-inlined-methods.patch, H-2145_CML.zip, H-2145_sizes.log, inline_test.zip > > > Current VM doesn't report Compiled Method Load event for methods that are inlined by JIT. > Though spec requires it to be sent for every compiled method: > http://java.sun.com/j2se/1.5.0/docs/guide/jvmti/jvmti.html#CompiledMethodLoad > We need to add some function to interface between VM and JIT in order to let VM know about inlined methods. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.