8210676: Remove some unused Label variables

Reviewed-by: kvn, dholmes, njian, aph
This commit is contained in:
Mikael Vidstedt 2018-09-14 22:35:44 -07:00
parent 2e5e01b53c
commit 12bac3a02d
32 changed files with 63 additions and 70 deletions

View file

@ -446,7 +446,6 @@ void MethodHandles::generate_method_handle_dispatch(MacroAssembler* _masm,
}
// given intf, index, and recv klass, dispatch to the implementation method
Label L_no_such_interface;
__ lookup_interface_method(temp1_recv_klass, temp3_intf,
// note: next two args must be the same:
rbx_index, rbx_method,