src/cpu/x86/vm/c1_LIRGenerator_x86.cpp

Print this page

        

*** 878,887 **** --- 878,890 ---- if (use_fpu) { __ move(calc_result, x->operand()); } } + void LIRGenerator::do_CryptoIntrinsic(Intrinsic* x) { + ShouldNotReachHere(); + } void LIRGenerator::do_ArrayCopy(Intrinsic* x) { assert(x->number_of_arguments() == 5, "wrong type"); // Make all state_for calls early since they can emit code