Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 97847 invoked from network); 21 Sep 2007 14:11:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Sep 2007 14:11:14 -0000 Received: (qmail 99533 invoked by uid 500); 21 Sep 2007 14:11:05 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 99512 invoked by uid 500); 21 Sep 2007 14:11:05 -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 99503 invoked by uid 99); 21 Sep 2007 14:11:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Sep 2007 07:11:05 -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; Fri, 21 Sep 2007 14:13:15 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 34A6F714219 for ; Fri, 21 Sep 2007 07:10:51 -0700 (PDT) Message-ID: <14759115.1190383851211.JavaMail.jira@brutus> Date: Fri, 21 Sep 2007 07:10:51 -0700 (PDT) From: "Mikhail Fursov (JIRA)" To: commits@harmony.apache.org Subject: [jira] Resolved: (HARMONY-4829) [drlvm][jit][jet] support GC enumeration at breakpoints In-Reply-To: <23401661.1190291071038.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-4829?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Fursov resolved HARMONY-4829. ------------------------------------- Resolution: Fixed committed revision 578122 > [drlvm][jit][jet] support GC enumeration at breakpoints > ------------------------------------------------------- > > Key: HARMONY-4829 > URL: https://issues.apache.org/jira/browse/HARMONY-4829 > Project: Harmony > Issue Type: Sub-task > Components: DRLVM > Reporter: Pavel Ozhdikhin > Assignee: Mikhail Fursov > Attachments: H4790-1_02.patch > > > Currently Jitrino.JET keeps GC info and can enumerate the frame only at call and throw instructions (safe points). However, in JVMTI mode breakpoint may cause thread suspend and GC at almost any instruction so in JVMTI mode Jitrino.JET must keep GC info at each instruction corresponding to every bytecode. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.