ingokegel / jclasslib

jclasslib bytecode editor is a tool that visualizes all aspects of compiled Java class files and the contained bytecode.
Other
2.66k stars 405 forks source link

CPInfo.java error #40

Closed qq745748561 closed 3 years ago

qq745748561 commented 4 years ago

error message: invalid constant pool entry with unknown tag 18

Exception in thread "main" org.gjt.jclasslib.structures.InvalidByteCodeException: invalid constant pool entry with unknown tag 18 at org.gjt.jclasslib.structures.CPInfo.create(CPInfo.java:110) at

ingokegel commented 4 years ago

I would need the class file for which this happens