{   // new StringBuilder().append(Jc) = new StringBuilder("....")
            {
                new ConstantInstruction(InstructionConstants.OP_INVOKESPECIAL, METHOD_STRINGBUILDER_INIT),
                new ConstantInstruction(InstructionConstants.OP_LDC2_W, A),
                new ConstantInstruction(InstructionConstants.OP_INVOKEVIRTUAL, METHOD_STRINGBUILDER_APPEND_LONG),