You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Alexei Fedotov (JIRA)" <ji...@apache.org> on 2007/03/20 17:02:32 UTC

[jira] Commented: (HARMONY-3225) [drlvm][verifier] when jsr instruction is the last, this produces verification error on parsing stage

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

Alexei Fedotov commented on HARMONY-3225:
-----------------------------------------

Patch notes:

1. The patch adds subroutine verification as it is described at http://wiki.apache.org/harmony/Subroutine_Verification
2. The VM with the patch is capable to pass Eclipse scenario.
3. A good portion of the patch is unification of naming conventions for types, prefixes and variables. Also, jvm instructions are referenced as instructions, not as code.
 

> [drlvm][verifier] when jsr instruction is the last, this produces verification error on parsing stage
> -----------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3225
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3225
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Alexei Fedotov
>         Attachments: format.sh, formatted.zip, interface.patch, LastJsrTest.patch, sub_ver.patch
>
>
> The code checks the index of an instruction which follows jsr and founds that it is not in range.

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