5);
Class retType = meth.getReturnType();
addUnwrapper(code, retType);
addReturn(code, retType);
forwarder.setCodeAttribute(code.toCodeAttribute());
return forwarder;
}
private static void setThrows(MethodInfo minfo, ConstPool cp, Method orig) {
Class[] exceptions = orig.getExceptionTypes();