--- old/src/cpu/x86/vm/c1_LIRGenerator_x86.cpp 2014-07-09 16:46:25.374426833 -0400 +++ new/src/cpu/x86/vm/c1_LIRGenerator_x86.cpp 2014-07-09 16:46:24.801798354 -0400 @@ -880,6 +880,9 @@ } } +void LIRGenerator::do_CryptoIntrinsic(Intrinsic* x) { + ShouldNotReachHere(); +} void LIRGenerator::do_ArrayCopy(Intrinsic* x) { assert(x->number_of_arguments() == 5, "wrong type");