# HG changeset patch # User smonteith # Date 1511171215 0 # Mon Nov 20 09:46:55 2017 +0000 # Node ID 3da820b6e5b472cbc16cb3bac8a5f0b5a03a9c85 # Parent fb0275c320a0920470a51e78d333dd85035f33e5 8191338: aarch64: fails to build after 8189745 Reviewed-by: aph, drwhite, dchuyko diff -r fb0275c320a0 -r 3da820b6e5b4 src/hotspot/cpu/aarch64/templateInterpreterGenerator_aarch64.cpp --- a/src/hotspot/cpu/aarch64/templateInterpreterGenerator_aarch64.cpp Mon Nov 20 13:07:44 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