mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8210676: Remove some unused Label variables
Reviewed-by: kvn, dholmes, njian, aph
This commit is contained in:
parent
2e5e01b53c
commit
12bac3a02d
32 changed files with 63 additions and 70 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue