--- old/src/hotspot/share/c1/c1_Compiler.cpp 2017-10-31 18:05:32.986025465 +0300 +++ new/src/hotspot/share/c1/c1_Compiler.cpp 2017-10-31 18:05:32.802021937 +0300 @@ -213,7 +213,7 @@ case vmIntrinsics::_updateCRC32: case vmIntrinsics::_updateBytesCRC32: case vmIntrinsics::_updateByteBufferCRC32: -#if defined(SPARC) || defined(S390) || defined(PPC64) +#if defined(SPARC) || defined(S390) || defined(PPC64) || defined(AARCH64) case vmIntrinsics::_updateBytesCRC32C: case vmIntrinsics::_updateDirectByteBufferCRC32C: #endif