Return-Path: Delivered-To: apmail-incubator-harmony-commits-archive@www.apache.org Received: (qmail 59209 invoked from network); 21 Sep 2006 00:33:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 Sep 2006 00:33:02 -0000 Received: (qmail 57900 invoked by uid 500); 21 Sep 2006 00:33:01 -0000 Delivered-To: apmail-incubator-harmony-commits-archive@incubator.apache.org Received: (qmail 57870 invoked by uid 500); 21 Sep 2006 00:33:01 -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 57859 invoked by uid 99); 21 Sep 2006 00:33:01 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Sep 2006 17:33:01 -0700 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests= Received: from [209.237.227.198] ([209.237.227.198:54743] helo=brutus.apache.org) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id DD/45-04092-CBDD1154 for ; Wed, 20 Sep 2006 17:33:00 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 65654714306 for ; Thu, 21 Sep 2006 00:29:22 +0000 (GMT) Message-ID: <28312850.1158798562409.JavaMail.jira@brutus> Date: Wed, 20 Sep 2006 17:29:22 -0700 (PDT) From: "Gregory Shimansky (JIRA)" To: harmony-commits@incubator.apache.org Subject: [jira] Created: (HARMONY-1511) [drlvm] [jvmti] Bugs in field watches and stack trace for JIT, jvmtiGetBytecodes and single step/breakpoints for interpreter 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 [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 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