diff -r 0c88cd009b5f -r e1ec73e3325e src/hotspot/cpu/aarch64/templateInterpreterGenerator_aarch64.cpp --- a/src/hotspot/cpu/aarch64/templateInterpreterGenerator_aarch64.cpp Mon Nov 20 09:50:27 2017 +0100 +++ b/src/hotspot/cpu/aarch64/templateInterpreterGenerator_aarch64.cpp Mon Nov 20 09:46:55 2017 +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