src/hotspot/cpu/s390/macroAssembler_s390.cpp
changeset 51756 4bd35a5ec694
parent 51684 4e99f412148f
child 52460 f1bb77833b59
--- a/src/hotspot/cpu/s390/macroAssembler_s390.cpp	Fri Sep 14 20:30:28 2018 -0700
+++ b/src/hotspot/cpu/s390/macroAssembler_s390.cpp	Fri Sep 14 22:35:44 2018 -0700
@@ -3079,7 +3079,7 @@
   // Input registers must not overlap.
   // Also check for R1 which is explicitely used here.
   assert_different_registers(Z_R1, Rsubklass, Rsuperklass, Rarray_ptr, Rlength);
-  NearLabel L_fallthrough, L_loop;
+  NearLabel L_fallthrough;
   int label_nulls = 0;
   if (L_success == NULL) { L_success = &L_fallthrough; label_nulls++; }
   if (L_failure == NULL) { L_failure = &L_fallthrough; label_nulls++; }