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/12/19 16:36:43 UTC

[jira] Updated: (HARMONY-4479) [drlvm][jit] assert on an artificial class with jsr/ret

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

Mikhail Fursov updated HARMONY-4479:
------------------------------------

    Summary: [drlvm][jit] assert on an artificial class with jsr/ret  (was: [DRLVM][JIT] assert on an artificial class with jsr/ret)

> [drlvm][jit] assert on an artificial class with jsr/ret
> -------------------------------------------------------
>
>                 Key: HARMONY-4479
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4479
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: windows32
>            Reporter: Mikhail Loenko
>            Priority: Minor
>         Attachments: JsrRet.class, JsrRet.j
>
>
> the following code:
>    jsr L1
>    ret 0
> L1:
>    astore 1
>    jsr L2
>    return
> L2:
>    astore 0
>    ret 1
> if run with -noverify option works fine on RI but fires an assert in jet on Harmony

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