hotspot/src/cpu/arm/vm/relocInfo_arm.cpp
changeset 45429 e41531cfe73e
parent 42664 29142a56c193
--- a/hotspot/src/cpu/arm/vm/relocInfo_arm.cpp	Tue May 30 21:35:21 2017 +0300
+++ b/hotspot/src/cpu/arm/vm/relocInfo_arm.cpp	Fri Jun 02 10:35:44 2017 -0400
@@ -139,7 +139,7 @@
 #ifdef AARCH64
 #ifdef COMPILER2
   NativeMovConstReg* ni = nativeMovConstReg_at(addr());
-  if (ni->is_movz()) {
+  if (ni->is_mov_slow()) {
     return;
   }
 #endif