mirror of
https://github.com/openjdk/jdk.git
synced 2026-04-27 23:31:47 +00:00
8382691: RISC-V: Clean up redundant restore_locals() in TemplateTable::invokeinterface
Reviewed-by: fyang, dzhang
This commit is contained in:
parent
6d69e71817
commit
613e616cf8
@ -3389,7 +3389,6 @@ void TemplateTable::invokeinterface(int byte_no) {
|
||||
__ bind(notVFinal);
|
||||
|
||||
// Get receiver klass into x13
|
||||
__ restore_locals();
|
||||
__ load_klass(x13, x12);
|
||||
|
||||
Label no_such_method;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user