I am using ASM 5.0.3 bytecode modification library with Tomcat 8 and JDK 8.
My intention is to inject bytecode successfully into all the classes. However, I encount
I fixed the issue, after extending ClassWriter class and override the method getCommonSuperClass.
Please check this ASM 5.0.3 With Java 1.8 incorrect maxStack with Java.lang.VerifyError: Operand stack overflow