-
Notifications
You must be signed in to change notification settings - Fork 119
Description
Caused by: java.lang.RuntimeException: JSR/RET are not supported with computeFrames option
at org.objectweb.asm.Frame.a(Unknown Source)
at org.objectweb.asm.MethodWriter.visitJumpInsn(Unknown Source)
at org.objectweb.asm.MethodVisitor.visitJumpInsn(Unknown Source)
at org.objectweb.asm.tree.JumpInsnNode.accept(Unknown Source)
at org.objectweb.asm.tree.InsnList.accept(Unknown Source)
at org.objectweb.asm.tree.MethodNode.accept(Unknown Source)
at com.mogujie.instantrun.IncrementalSupportVisitor.visitMethod(IncrementalSupportVisitor.java:146)
at org.objectweb.asm.tree.MethodNode.accept(Unknown Source)
at org.objectweb.asm.tree.ClassNode.accept(Unknown Source)
at com.mogujie.instantrun.IncrementalVisitor.instrumentClass(IncrementalVisitor.java:292)
at com.mogujie.instantrun.IncrementalVisitor$instrumentClass.call(Unknown Source)
at com.mogujie.aceso.HookWrapper.processClassInternal(HookWrapper.groovy:224)
at com.mogujie.aceso.HookWrapper.instrumentOneEntry(HookWrapper.groovy:170)
at com.mogujie.aceso.HookWrapper$_inject_closure2.doCall(HookWrapper.groovy:145)
at com.mogujie.aceso.HookWrapper.inject(HookWrapper.groovy:140)
at com.mogujie.aceso.HookWrapper$inject$0.callStatic(Unknown Source)
at com.mogujie.aceso.HookWrapper.instrument(HookWrapper.groovy:85)
at com.mogujie.aceso.HookWrapper$instrument.call(Unknown Source)