< prev index next >

src/share/vm/c1/c1_LIRAssembler.cpp

Print this page

        

*** 460,470 **** break; case lir_virtual_call: vtable_call(op); break; default: ! fatal(err_msg_res("unexpected op code: %s", op->name())); break; } // JSR 292 // Record if this method has MethodHandle invokes. --- 460,470 ---- break; case lir_virtual_call: vtable_call(op); break; default: ! fatal("unexpected op code: %s", op->name()); break; } // JSR 292 // Record if this method has MethodHandle invokes.
< prev index next >