You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/13 19:46:20 UTC

[jira] [Commented] (BCEL-268) Support for generating StackMaps

    [ https://issues.apache.org/jira/browse/BCEL-268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15375614#comment-15375614 ] 

ASF GitHub Bot commented on BCEL-268:
-------------------------------------

GitHub user JanUlrich opened a pull request:

    https://github.com/apache/commons-bcel/pull/7

    BCEL-268: Add StackMapTable-Generator

    I used some code from the ASM-framework which already supports Stackmaptables and applied small changes to fit the BCEL-framework.
    
    The code is not complete yet. There are many things to do, like implementing support for arrays and static fields/functions.
    
    I would love any kind of feedback ( a.stadelmeier@hb.dhbw-stuttgart.de )

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/JanUlrich/commons-bcel trunk

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/commons-bcel/pull/7.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #7
    
----
commit 53599aec22ac48886014fb9e00344963d1e16f06
Author: JanUlrich <an...@michlaustderaffe.de>
Date:   2016-07-13T19:31:10Z

    BCEL-268: Add StackMapTable-Generator

----


> Support for generating StackMaps
> --------------------------------
>
>                 Key: BCEL-268
>                 URL: https://issues.apache.org/jira/browse/BCEL-268
>             Project: Commons BCEL
>          Issue Type: Bug
>          Components: Main
>    Affects Versions: 5.0, 5.1, 5.2, 6.0
>         Environment: Java 8
>            Reporter: Johan Ljungberg
>
> As of Java 8, Stack Maps are REQUIRED by the Java Verifier in order to run. This effectively makes BCEL unusable for the purpose of instrumenting classes.



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