src/cpu/sparc/vm/c1_LIRGenerator_sparc.cpp

Print this page

        

*** 751,760 **** --- 751,763 ---- break; } } } + 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