--- old/src/hotspot/cpu/aarch64/templateInterpreterGenerator_aarch64.cpp 2017-11-15 16:38:11.626844305 +0000 +++ new/src/hotspot/cpu/aarch64/templateInterpreterGenerator_aarch64.cpp 2017-11-15 16:38:10.826910524 +0000 @@ -1069,7 +1069,7 @@ * CRC32C also uses an "end" variable instead of the length variable CRC32 uses */ address TemplateInterpreterGenerator::generate_CRC32C_updateBytes_entry(AbstractInterpreter::MethodKind kind) { - if (UseCRC32Intrinsics) { + if (UseCRC32CIntrinsics) { address entry = __ pc(); // Prepare jump to stub using parameters from the stack