diff -r 510f77046e00 -r d972e3a2df53 hotspot/src/cpu/x86/vm/c1_LIRGenerator_x86.cpp --- a/hotspot/src/cpu/x86/vm/c1_LIRGenerator_x86.cpp Fri Apr 29 17:24:16 2016 +0200 +++ b/hotspot/src/cpu/x86/vm/c1_LIRGenerator_x86.cpp Wed May 04 15:30:21 2016 -0700 @@ -1108,6 +1108,10 @@ } } +void LIRGenerator::do_update_CRC32C(Intrinsic* x) { + Unimplemented(); +} + // _i2l, _i2f, _i2d, _l2i, _l2f, _l2d, _f2i, _f2l, _f2d, _d2i, _d2l, _d2f // _i2b, _i2c, _i2s LIR_Opr fixed_register_for(BasicType type) {