{   // new StringBuffer("...").toString() = "..." (ignoring identity)
            {
                new ConstantInstruction(InstructionConstants.OP_NEW, CLASS_STRINGBUFFER),
                new SimpleInstruction(InstructionConstants.OP_DUP),
                new ConstantInstruction(InstructionConstants.OP_LDC, A),