[ https://issues.apache.org/jira/browse/HARMONY-4479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12532343
]
Mikhail Loenko commented on HARMONY-4479:
-----------------------------------------
it's a minor issue. I'd be OK with "wontfix"
> [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.
|