src/hotspot/cpu/aarch64/templateInterpreterGenerator_aarch64.cpp
changeset 48021 3bb4d90d1ebc
parent 47916 bdbef8638948
parent 48014 ae7bd89bdc0d
child 48128 2d91c9a4f409
--- a/src/hotspot/cpu/aarch64/templateInterpreterGenerator_aarch64.cpp	Wed Nov 29 21:01:55 2017 -0800
+++ b/src/hotspot/cpu/aarch64/templateInterpreterGenerator_aarch64.cpp	Sat Nov 25 04:36:43 2017 +0100
@@ -1074,7 +1074,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