8191338: aarch64: fails to build after 8189745
authorsmonteith
Mon, 20 Nov 2017 09:46:55 +0000
changeset 48003 e1ec73e3325e
parent 48002 0c88cd009b5f
child 48004 8deb7919d118
child 48005 9fd89aabb6cd
8191338: aarch64: fails to build after 8189745 Reviewed-by: aph, drwhite, dchuyko
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