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/03/16 15:37:09 UTC

[jira] Resolved: (HARMONY-3410) [drlvm] Exception shouldn't be thrown from vm_monitor_exit_synchronized_method()

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

Gregory Shimansky resolved HARMONY-3410.
----------------------------------------

    Resolution: Fixed

Patch applied at 518987. Please check that it was applied as expected. I've moved assert(!hythread_is_suspend_enabled()); to the top level in this function.

> [drlvm] Exception shouldn't be thrown from vm_monitor_exit_synchronized_method()
> --------------------------------------------------------------------------------
>
>                 Key: HARMONY-3410
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3410
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Pavel Rebriy
>         Assigned To: Gregory Shimansky
>         Attachments: monitor_exit.diff
>
>
> Function vm_monitor_exit_synchronized_method() should not throw exception while trying to release lock.
> The present version raises exception and clears it.
> The patch fixes raising exception in vm_monitor_exit_synchronized_method(): monitor_try_exit() releases a monitor if it's possible and returns attempt status.

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