J2DoPrivHelper.newCodeAction())).invokespecial()
.setMethod(superName, "clone", Object.class.getName(), null);
// find calls to the template instruction; on match
// clone will be on stack
code.beforeFirst();
if (code.searchForward(template)) {
// ((<type>) clone).pcStateManager = null;
code.dup();
code.checkcast().setType(_pc);
code.constant().setNull();