Javassist Exception:java.io.IOException: invalid constant type: 15

异常问题:

Caused by: java.io.IOException: invalid constant type: 15
    at javassist.bytecode.ConstPool.readOne(ConstPool.java:1113)
    at javassist.bytecode.ConstPool.read(ConstPool.java:1056)

问题解决:

升级高版本javassist jar 包后问题解决。Maven依赖如下:


    org.javassist
    javassist
    3.18.2-GA

原理分析:暂无,待后续研究过javassist源码后补充。

 

 

你可能感兴趣的:(Exception)