You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Mikhail Fursov (JIRA)" <ji...@apache.org> on 2007/08/24 07:34:30 UTC

[jira] Resolved: (HARMONY-4673) [drlvm][jit][opt] Remove extra pseudoThrow pass can remove essential pseudoThrow instructions

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

Mikhail Fursov resolved HARMONY-4673.
-------------------------------------

    Resolution: Fixed

committed revision 469255

> [drlvm][jit][opt] Remove extra pseudoThrow pass can remove essential pseudoThrow instructions
> ---------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-4673
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4673
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Pavel Ozhdikhin
>            Assignee: Mikhail Fursov
>            Priority: Minor
>         Attachments: H4673.patch
>
>
> In the test from HARMONY-4596 there is a loop exit from the dispatch node to the unwind node. Rept pass considers this as a valid loop exit and removes all pseudoThrow instructions from the loop, even when this is the only throwing instruction.

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