8382691: RISC-V: Clean up redundant restore_locals() in TemplateTable::invokeinterface

Reviewed-by: fyang, dzhang
This commit is contained in:
Gui Cao 2026-04-23 01:17:20 +00:00 committed by Fei Yang
parent 6d69e71817
commit 613e616cf8

View File

@ -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;