src/hotspot/cpu/arm/macroAssembler_arm.cpp
changeset 51756 4bd35a5ec694
parent 50803 45c1fde86050
child 51845 f5daffd7ec7a
--- a/src/hotspot/cpu/arm/macroAssembler_arm.cpp	Fri Sep 14 20:30:28 2018 -0700
+++ b/src/hotspot/cpu/arm/macroAssembler_arm.cpp	Fri Sep 14 22:35:44 2018 -0700
@@ -260,7 +260,7 @@
 
   add(count_temp, count_temp, 1);
 
-  Label L_loop, L_setnz_and_fail, L_fail;
+  Label L_loop, L_fail;
 
   // Top of search loop
   bind(L_loop);