8191907: PPC64 and s390 parts of JDK-8174962: Better interface invocations

Reviewed-by: goetz
This commit is contained in:
Martin Doerr 2017-11-28 01:08:26 +03:00
parent 7f2f3c08cb
commit 20439abed6
9 changed files with 195 additions and 256 deletions

View file

@ -498,7 +498,7 @@ void MethodHandles::generate_method_handle_dispatch(MacroAssembler* _masm,
Label L_no_such_interface;
__ lookup_interface_method(temp1_recv_klass, temp3_intf,
// Note: next two args must be the same:
Z_index, Z_method, temp2, noreg,
Z_index, Z_method, temp2,
L_no_such_interface);
jump_from_method_handle(_masm, Z_method, temp2, Z_R0, for_compiler_entry);