You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Emmanuel Bourg (JIRA)" <ji...@apache.org> on 2014/04/24 11:19:18 UTC

[jira] [Updated] (BCEL-40) bad iinc behavior with large local variable index

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

Emmanuel Bourg updated BCEL-40:
-------------------------------

             Priority: Major
          Environment:     (was: Operating System: other
Platform: Other)
    Affects Version/s:     (was: unspecified)
        Fix Version/s: 5.2
             Priority:   (was: P3)
             Severity:   (was: normal)

> bad iinc behavior with large local variable index
> -------------------------------------------------
>
>                 Key: BCEL-40
>                 URL: https://issues.apache.org/jira/browse/BCEL-40
>             Project: Commons BCEL
>          Issue Type: Bug
>          Components: Main
>            Reporter: Andrew Huntwork
>            Assignee: Apache Commons Developers
>             Fix For: 5.2
>
>         Attachments: diff
>
>
> IINC isn't wide unless the index is > MAX_SHORT or increment is > Byte.MAX_BYTE.
>  but the jvm spec says that for non-wide iinc, index is an unsigned byte.  the
> attached patch fixes my problem.



--
This message was sent by Atlassian JIRA
(v6.2#6252)