You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "George Timoshenko (JIRA)" <ji...@apache.org> on 2007/10/04 08:21:51 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 ]

George Timoshenko updated HARMONY-4479:
---------------------------------------

    Attachment: JsrRet.class

RI does not work fine actually.

It prints "Trace/breakpoint trap" for me

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