[
https://issues.apache.org/jira/browse/BCEL-92?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15320370#comment-15320370
]
ASF GitHub Bot commented on BCEL-92:
------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/commons-bcel/pull/5
> Properly parse StackMapTable attributes in Java 6 classfiles
> ------------------------------------------------------------
>
> Key: BCEL-92
> URL: https://issues.apache.org/jira/browse/BCEL-92
> Project: Commons BCEL
> Issue Type: Improvement
> Components: Main
> Affects Versions: unspecified
> Reporter: Michael Martin
> Assignee: Apache Commons Developers
> Priority: Blocker
> Fix For: 6.0
>
> Attachments: StackMapTable.patch, java6stackmap.patch
>
>
> Java 6 includes a "StackMapTable" type that is used for its new split
> verification scheme. This means many Code attributes will have StackMapTable
> attributes attached. This format is similar but not quite identical to the
> already implemented StackMap.
> I have developed a patch that adds the necessary functionality to the
> classfile
> parser (mostly by copy-pasting code from StackMap and StackMapEntry), and will
> attach it shortly
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)