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 2006/12/01 01:09:23 UTC

[jira] Resolved: (HARMONY-2327) [drlvm][exceptions] enumeration safety state is inconsistent through exceptions call stacks.

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

Gregory Shimansky resolved HARMONY-2327.
----------------------------------------

    Resolution: Fixed

Patch applied at 481113. Please check that it was applied as expected.

> [drlvm][exceptions] enumeration safety state is inconsistent through exceptions call stacks.
> --------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-2327
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2327
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Pavel Pervov
>         Assigned To: Gregory Shimansky
>         Attachments: Fix-of-enumeration-safety-state-inconsistence-on-exceptions-call-stacks.txt
>
>
> There are call paths where contradictory suspension states are required.
> For example:
> void exn_throw_by_name(const char* exc_name, const char* exc_message, jthrowable exc_cause)
>     assert(!hythread_is_suspend_enabled());
>     exn_throw_by_name_internal(exc_name, exc_message, exc_cause);
>         assert(hythread_is_suspend_enabled());
> Such paths fail and lead to assertions in debug VM, when exceptions are thrown from within VM code.

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