Skip to content

Commit

Permalink
Update (2024.01.26, 2nd)
Browse files Browse the repository at this point in the history
24527: Fix a typo for invokeinterface in #8604
  • Loading branch information
loongson-jvm authored Jan 26, 2024
1 parent fe193bc commit 5f77562
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/hotspot/cpu/loongarch/templateTable_loongarch_64.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3446,7 +3446,6 @@ void TemplateTable::invokeinterface(int byte_no) {

__ bind(no_such_method);
// throw exception
__ pop(Rmethod); // pop return address (pushed by prepare_invoke)
__ restore_bcp();
__ restore_locals();
// Pass arguments for generating a verbose error message.
Expand All @@ -3460,7 +3459,6 @@ void TemplateTable::invokeinterface(int byte_no) {

__ bind(no_such_interface);
// throw exception
__ pop(Rmethod); // pop return address (pushed by prepare_invoke)
__ restore_bcp();
__ restore_locals();
// Pass arguments for generating a verbose error message.
Expand Down

0 comments on commit 5f77562

Please sign in to comment.