src/hotspot/cpu/ppc/templateTable_ppc_64.cpp
changeset 51756 4bd35a5ec694
parent 50814 f3b70d115fb3
child 51966 2a2a78bd1fc3
--- a/src/hotspot/cpu/ppc/templateTable_ppc_64.cpp	Fri Sep 14 20:30:28 2018 -0700
+++ b/src/hotspot/cpu/ppc/templateTable_ppc_64.cpp	Fri Sep 14 22:35:44 2018 -0700
@@ -3880,7 +3880,6 @@
 void TemplateTable::arraylength() {
   transition(atos, itos);
 
-  Label LnoException;
   __ verify_oop(R17_tos);
   __ null_check_throw(R17_tos, arrayOopDesc::length_offset_in_bytes(), R11_scratch1);
   __ lwa(R17_tos, arrayOopDesc::length_offset_in_bytes(), R17_tos);
@@ -4081,7 +4080,7 @@
                     found_same_obj  = CCR1,
                     reached_limit   = CCR6;
   {
-    Label Lloop, Lentry;
+    Label Lloop;
     Register Rlimit = Rcurrent_monitor;
 
     // Set up search loop - start with topmost monitor.