src/hotspot/cpu/aarch64/templateInterpreterGenerator_aarch64.cpp
changeset 48003 e1ec73e3325e
parent 47823 9c77ebad8c3a
child 48014 ae7bd89bdc0d
--- 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