Return-Path: Delivered-To: apmail-incubator-harmony-commits-archive@www.apache.org Received: (qmail 64177 invoked from network); 21 Sep 2006 22:22:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 Sep 2006 22:22:09 -0000 Received: (qmail 83307 invoked by uid 500); 21 Sep 2006 22:22:08 -0000 Delivered-To: apmail-incubator-harmony-commits-archive@incubator.apache.org Received: (qmail 83280 invoked by uid 500); 21 Sep 2006 22:22:08 -0000 Mailing-List: contact harmony-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-commits@incubator.apache.org Received: (qmail 83269 invoked by uid 99); 21 Sep 2006 22:22:08 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Sep 2006 15:22:08 -0700 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests= Received: from [209.237.227.198] ([209.237.227.198:59671] helo=brutus.apache.org) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id 84/A0-05580-09013154 for ; Thu, 21 Sep 2006 15:22:08 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C3A944190CB for ; Thu, 21 Sep 2006 22:18:28 +0000 (GMT) Message-ID: <23620623.1158877108799.JavaMail.jira@brutus> Date: Thu, 21 Sep 2006 15:18:28 -0700 (PDT) From: "Geir Magnusson Jr (JIRA)" To: harmony-commits@incubator.apache.org Subject: [jira] Closed: (HARMONY-1511) [drlvm] [jvmti] Bugs in field watches and stack trace for JIT, jvmtiGetBytecodes and single step/breakpoints for interpreter In-Reply-To: <28312850.1158798562409.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/HARMONY-1511?page=all ] Geir Magnusson Jr closed HARMONY-1511. -------------------------------------- > [drlvm] [jvmti] Bugs in field watches and stack trace for JIT, jvmtiGetBytecodes and single step/breakpoints for interpreter > ---------------------------------------------------------------------------------------------------------------------------- > > Key: HARMONY-1511 > URL: http://issues.apache.org/jira/browse/HARMONY-1511 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Reporter: Gregory Shimansky > Assigned To: Geir Magnusson Jr > Attachments: jvmti-watch-stack-method-interpreter-fixes.patch > > > This is a patch with several small bugfixes for JVMTI unrelated directly to single step implementation. The following problems are fixed: > - Field watches callback from JIT should have RAISE_AREA set since it is not an unwindable code > - Stack trace on JIT should skip top level VM internal java methods because they are not supposed to be shown to user > - Only on interpreter should VM search for breakpoints in the instrumented method bytecode because on JIT this bytecode is not touched, the compiled code is changed instead > - When running on interpreter SingleStep event should be sent before Breakpoint event according to JVMTI spec. ATM there have reverse order -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira