--- old/src/hotspot/share/c1/c1_Compiler.cpp 2020-05-01 02:25:51.207951176 -0700 +++ new/src/hotspot/share/c1/c1_Compiler.cpp 2020-05-01 02:25:50.827943867 -0700 @@ -211,7 +211,7 @@ case vmIntrinsics::_updateCRC32: case vmIntrinsics::_updateBytesCRC32: case vmIntrinsics::_updateByteBufferCRC32: -#if defined(SPARC) || defined(S390) || defined(PPC64) || defined(AARCH64) +#if defined(S390) || defined(PPC64) || defined(AARCH64) case vmIntrinsics::_updateBytesCRC32C: case vmIntrinsics::_updateDirectByteBufferCRC32C: #endif