You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Gregory Shimansky (JIRA)" <ji...@apache.org> on 2007/12/28 14:27:43 UTC

[jira] Closed: (HARMONY-4191) [drlvm][jvmti][eut] Setting breakpoint to current location fires BREAKPOINT event

     [ https://issues.apache.org/jira/browse/HARMONY-4191?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gregory Shimansky closed HARMONY-4191.
--------------------------------------


No response, assuming ok.

> [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.