Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 91578 invoked from network); 5 Feb 2007 22:20:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Feb 2007 22:20:28 -0000 Received: (qmail 56514 invoked by uid 500); 5 Feb 2007 22:20:34 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 56400 invoked by uid 500); 5 Feb 2007 22:20:34 -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 56100 invoked by uid 99); 5 Feb 2007 22:20:33 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Feb 2007 14:20: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; Mon, 05 Feb 2007 14:20:26 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 25C987142E4 for ; Mon, 5 Feb 2007 14:20:06 -0800 (PST) Message-ID: <17713164.1170714006151.JavaMail.jira@brutus> Date: Mon, 5 Feb 2007 14:20:06 -0800 (PST) From: "Gregory Shimansky (JIRA)" To: commits@harmony.apache.org Subject: [jira] Closed: (HARMONY-2926) [drlvm][jvmti] JVMTI Exception Callbacks reported at incorrect byte code offset In-Reply-To: <14279856.1167434301263.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-2926?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gregory Shimansky closed HARMONY-2926. -------------------------------------- VERIFIED > [drlvm][jvmti] JVMTI Exception Callbacks reported at incorrect byte code offset > ------------------------------------------------------------------------------- > > Key: HARMONY-2926 > URL: https://issues.apache.org/jira/browse/HARMONY-2926 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Environment: Binary JRE release: harmony-jre-r487452 > 32bit windows XP SP2 > Reporter: Chris Elford > Assigned To: Gregory Shimansky > Priority: Minor > Attachments: bugshow.c, harmony-2926.patch, repro.java > > > If one registers for Exception callbacks in JVMTI, the byte code offset reported for the throwing location is sometimes reported incorrectly 1 bytecode above where the exception is reported with other JVMs (e.g., Sun and BEA). I will attach sample Java applicationand JVMTI agent code to reproduce. > c:\java\bea50\bin\java -agentlib:bugshow repro > ... > EXCEPTION: main(bc=0xf)->main(bc=0x13) > ... > c:\java\sun50_09_jre\bin\java -agentlib:bugshow repro > ... > EXCEPTION: main(bc=0xf)->main(bc=0x13) > ... > c:\java\hre50\bin\java -agentlib:bugshow repro > ... > EXCEPTION: main(bc=0x10)->main(bc=0x13) > ... -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.