src/hotspot/cpu/aarch64/macroAssembler_aarch64.cpp
changeset 51756 4bd35a5ec694
parent 51619 dca697c71e5d
child 51866 703813b05838
--- a/src/hotspot/cpu/aarch64/macroAssembler_aarch64.cpp	Fri Sep 14 20:30:28 2018 -0700
+++ b/src/hotspot/cpu/aarch64/macroAssembler_aarch64.cpp	Fri Sep 14 22:35:44 2018 -0700
@@ -5431,7 +5431,7 @@
 
   BLOCK_COMMENT("zero_words {");
   cmp(cnt, (u1)zero_words_block_size);
-  Label around, done, done16;
+  Label around;
   br(LO, around);
   {
     RuntimeAddress zero_blocks =  RuntimeAddress(StubRoutines::aarch64::zero_blocks());