} else if ('L' == returnType.charAt(0) ||
'[' == returnType.charAt(0)) { // references
cb.aconst_null();
cb.areturn();
}
cb.installCode();
logger.finer("Default implementation for method: "
+ method.getReturnTypeName() + " " + method.getLongName() + "\n\t"
+ Arrays.toString(method.getInstructions()).replace(", ", "\n\t ") + "\n");
return method;
}