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/08/23 19:26:30 UTC

[jira] Updated: (HARMONY-4533) [drlvm][jvmti] Failed assertion when running CombinedEventsTest in jdktools

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

Gregory Shimansky updated HARMONY-4533:
---------------------------------------

    Attachment: HARMONY-4533.patch

It appears that almost nothing has to be done in this case. It is just necessary to remove the failing assertion :)

When a method which is being invoked is currently resolved or compiled, it is just enough to set single step state in the target thread, the method would be stepped once it is ready. Attached patch fixes the bug. Once it is tested I'll commit it.

> [drlvm][jvmti] Failed assertion when running CombinedEventsTest in jdktools
> ---------------------------------------------------------------------------
>
>                 Key: HARMONY-4533
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4533
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: win32
>            Reporter: Gregory Shimansky
>         Attachments: HARMONY-4533.patch
>
>
> When running jdktools tests on debug version of DRLVM the test org.apache.harmony.jpda.tests.jdwp.Events.CombinedEventsTest crashes on a failed assertion. The assertion is somewhere in DRLVM JVMTI single stepping code.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.