You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Gary Gregory (JIRA)" <ji...@apache.org> on 2016/06/01 06:56:13 UTC

[jira] [Comment Edited] (BCEL-173) ClassParser fails to parse JDK classes in Java 8: ClassFormatException: Invalid byte tag in constant pool

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

Gary Gregory edited comment on BCEL-173 at 6/1/16 6:56 AM:
-----------------------------------------------------------

Good to know, thanks Dave. The more detail you can provide the better. Especially since BCEL is rather thin on unit tests.


was (Author: garydgregory):
Good to know, thanks Dave.

> ClassParser fails to parse JDK classes in Java 8: ClassFormatException: Invalid byte tag in constant pool
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: BCEL-173
>                 URL: https://issues.apache.org/jira/browse/BCEL-173
>             Project: Commons BCEL
>          Issue Type: Bug
>    Affects Versions: 5.0, 5.1, 5.2
>            Reporter: David Carr
>            Assignee: Michael Osipov
>             Fix For: 6.0
>
>         Attachments: bcel-bug.tgz, bceltestcase.zip
>
>
> See attached sample project that reproduces the failure.  On Java 7, it prints info about the ConcurrentMap class.  On Java 8, it encounters the following exception:
> {code}
> Exception in thread "main" org.apache.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 18
> 	at org.apache.bcel.classfile.Constant.readConstant(Constant.java:146)
> 	at org.apache.bcel.classfile.ConstantPool.<init>(ConstantPool.java:67)
> 	at org.apache.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:222)
> 	at org.apache.bcel.classfile.ClassParser.parse(ClassParser.java:136)
> 	at TestMain.main(TestMain.java:11)
> {code}
> To use the sample project, extract it and then run "./gradlew clean run".



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