Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 91218 invoked from network); 11 Sep 2007 09:17:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Sep 2007 09:17:55 -0000 Received: (qmail 30502 invoked by uid 500); 11 Sep 2007 09:17:48 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 30480 invoked by uid 500); 11 Sep 2007 09:17:48 -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 30471 invoked by uid 99); 11 Sep 2007 09:17:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Sep 2007 02:17:48 -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; Tue, 11 Sep 2007 09:19:27 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 1BB0671420B for ; Tue, 11 Sep 2007 02:17:32 -0700 (PDT) Message-ID: <5656029.1189502252086.JavaMail.jira@brutus> Date: Tue, 11 Sep 2007 02:17:32 -0700 (PDT) From: "Gregory Shimansky (JIRA)" To: commits@harmony.apache.org Subject: [jira] Assigned: (HARMONY-4191) [drlvm][jvmti][eut] Setting breakpoint to current location fires BREAKPOINT event In-Reply-To: <8193466.1181919566081.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-4191?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gregory Shimansky reassigned HARMONY-4191: ------------------------------------------ Assignee: Gregory Shimansky > [drlvm][jvmti][eut] Setting breakpoint to current location fires BREAKPOINT event > --------------------------------------------------------------------------------- > > Key: HARMONY-4191 > URL: https://issues.apache.org/jira/browse/HARMONY-4191 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Environment: Windows/x86, harmony-jdk-r547543 > Reporter: Ivan Popov > Assignee: Gregory Shimansky > Attachments: H-4191.patch > > > In RI if a breakpoint is set to current location, it won't be fired. DRLVM fires BREAKPOINT event in this case. This causes 1 EUT test failure (org.eclipse.jdt.debug.tests.core.HitCountBreakpointsTests) described in HARMONY-4186. > To reproduce this problem use the following HelloWorld application: > public class HelloWorld { > public static void main(String[] args) { > // set breakpoint to the next line > System.out.println("Hello"); > } > } > 1. Load HelloWorld application in Eclipse > 2. Set breakpoint > 3. Launch application under debugger (Run->Debug) > 4. Wait for application is suspended on breakpoint > 5. Delete breakpoint and set it again to the same line > 6. Resume application > In RI application will be finished without stopping at this breakpoint second time. With DRLVM application will be stopped at this breakpoint again. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.