8337713: RISC-V: fix typos in macroAssembler_riscv.cpp
Reviewed-by: jwaters, fyang
This commit is contained in:
parent
260d4658ae
commit
50426b3841
@ -2947,7 +2947,7 @@ int MacroAssembler::corrected_idivq(Register result, Register rs1, Register rs2,
|
||||
return idivq_offset;
|
||||
}
|
||||
|
||||
// Look up the method for a megamorpic invkkeinterface call.
|
||||
// Look up the method for a megamorphic invokeinterface call.
|
||||
// The target method is determined by <intf_klass, itable_index>.
|
||||
// The receiver klass is in recv_klass.
|
||||
// On success, the result will be in method_result, and execution falls through.
|
||||
@ -2962,9 +2962,9 @@ void MacroAssembler::lookup_interface_method(Register recv_klass,
|
||||
assert_different_registers(recv_klass, intf_klass, scan_tmp);
|
||||
assert_different_registers(method_result, intf_klass, scan_tmp);
|
||||
assert(recv_klass != method_result || !return_method,
|
||||
"recv_klass can be destroyed when mehtid isn't needed");
|
||||
"recv_klass can be destroyed when method isn't needed");
|
||||
assert(itable_index.is_constant() || itable_index.as_register() == method_result,
|
||||
"caller must be same register for non-constant itable index as for method");
|
||||
"caller must use same register for non-constant itable index as for method");
|
||||
|
||||
// Compute start of first itableOffsetEntry (which is at the end of the vtable).
|
||||
int vtable_base = in_bytes(Klass::vtable_start_offset());
|
||||
|
@ -444,7 +444,6 @@ void MethodHandles::generate_method_handle_dispatch(MacroAssembler* _masm,
|
||||
__ far_jump(RuntimeAddress(SharedRuntime::throw_IncompatibleClassChangeError_entry()));
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#ifndef PRODUCT
|
||||
|
@ -26,7 +26,7 @@
|
||||
* @bug 8189131
|
||||
* @summary Interoperability tests with Actalis CA
|
||||
* Before this test set to manual, the original timeout
|
||||
* value if 180
|
||||
* value is 180
|
||||
* @library /test/lib
|
||||
* @build jtreg.SkippedException ValidatePathWithURL CAInterop
|
||||
* @run main/othervm/manual -Djava.security.debug=certpath,ocsp
|
||||
|
Loading…
Reference in New Issue
Block a user