You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Pavel Rebriy (JIRA)" <ji...@apache.org> on 2006/10/05 09:55:20 UTC

[jira] Updated: (HARMONY-1706) [drlvm][jvmti] Improved synchronization of single step state access

     [ http://issues.apache.org/jira/browse/HARMONY-1706?page=all ]

Pavel Rebriy updated HARMONY-1706:
----------------------------------

    Attachment: Improved-synchronization-of-single-step-state-access.patch

The patch improves single step state synchronization and solves the problem with dead lock.

> [drlvm][jvmti] Improved synchronization of single step state access
> -------------------------------------------------------------------
>
>                 Key: HARMONY-1706
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1706
>             Project: Harmony
>          Issue Type: Improvement
>          Components: DRLVM
>            Reporter: Pavel Rebriy
>         Attachments: Improved-synchronization-of-single-step-state-access.patch
>
>
> Here is a synchronization problem during processing Single Step breakpoints. One thread gets lock and tries to suspend other threads, while the second thread is not in safe region, tries to get the same lock and cannot reach safe point. So, there is a dead lock.

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