You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwebbeans.apache.org by "Mark Struberg (JIRA)" <ji...@apache.org> on 2014/11/18 10:16:33 UTC

[jira] [Resolved] (OWB-957) interceptor proxies blow up if you have more than 127 methods in a class

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

Mark Struberg resolved OWB-957.
-------------------------------
       Resolution: Fixed
    Fix Version/s:     (was: 2.0.0)
                   1.5.0

> interceptor proxies blow up if you have more than 127 methods in a class
> ------------------------------------------------------------------------
>
>                 Key: OWB-957
>                 URL: https://issues.apache.org/jira/browse/OWB-957
>             Project: OpenWebBeans
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.2.4
>            Reporter: Mark Struberg
>            Assignee: Mark Struberg
>            Priority: Critical
>             Fix For: 1.5.0, 1.2.5
>
>
> The bytecode we generate uses BIPUSH for the method array index. 
> This leads to an ArrayIndexOutOfBoundsException if you have more than 127 methods in a class.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)