Skip to content

Commit

Permalink
Fixed no explicit use of default t1
Browse files Browse the repository at this point in the history
  • Loading branch information
robehn committed Oct 14, 2024
1 parent 4e974db commit d67b2d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hotspot/cpu/riscv/templateTable_riscv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3672,7 +3672,7 @@ void TemplateTable::checkcast() {
// Come here on failure
__ push_reg(x13);
// object is at TOS
__ j(Interpreter::_throw_ClassCastException_entry, t1);
__ j(Interpreter::_throw_ClassCastException_entry);

// Come here on success
__ bind(ok_is_subtype);
Expand Down

0 comments on commit d67b2d0

Please sign in to comment.