src/hotspot/cpu/aarch64/c1_Runtime1_aarch64.cpp
changeset 51756 4bd35a5ec694
parent 51374 7be0084191ed
child 54786 ebf733a324d4
--- a/src/hotspot/cpu/aarch64/c1_Runtime1_aarch64.cpp	Fri Sep 14 20:30:28 2018 -0700
+++ b/src/hotspot/cpu/aarch64/c1_Runtime1_aarch64.cpp	Fri Sep 14 22:35:44 2018 -0700
@@ -615,7 +615,7 @@
   // Runtime will return true if the nmethod has been deoptimized during
   // the patching process. In that case we must do a deopt reexecute instead.
 
-  Label reexecuteEntry, cont;
+  Label cont;
 
   __ cbz(r0, cont);                                 // have we deoptimized?