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/10/16 18:48:50 UTC

[jira] Commented: (HARMONY-4947) [drlvm][exceptions][jvmti] Small redesign of exception handling.

    [ https://issues.apache.org/jira/browse/HARMONY-4947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12535298 ] 

Gregory Shimansky commented on HARMONY-4947:
--------------------------------------------

With this patch VM kernel tests crash on x86_64 architecture on failed assertion (!exn_raised()). Please check these tests and update the patch.

> [drlvm][exceptions][jvmti] Small redesign of exception handling.
> ----------------------------------------------------------------
>
>                 Key: HARMONY-4947
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4947
>             Project: Harmony
>          Issue Type: Improvement
>          Components: DRLVM
>            Reporter: Pavel Afremov
>            Assignee: Gregory Shimansky
>         Attachments: Small-redesign-of-exception-handling.patch, Small-redesign-of-exception-handling.patch
>
>
> Small redesign of exception handling.
> 1.	Runtime exception processing moved out signal handler, so java code isn't called from signal handler now. 
> 2.	Exception which was raised during exception java class creating is split from exception which created when control transferred into native frame.
> 3.	Assembler code was eliminated for SOE and JVM TI exception catch callbacks.

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