Skip to content

Commit

Permalink
Update (2025.01.09)
Browse files Browse the repository at this point in the history
35266: Fix the bug of Deoptimization stub for Graal
  • Loading branch information
loongson-jvm authored Jan 9, 2025
1 parent c63bf99 commit 5e90ff1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/hotspot/cpu/loongarch/sharedRuntime_loongarch_64.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2335,11 +2335,7 @@ void SharedRuntime::generate_deopt_blob() {
// we are very short of registers

Address unpack_kind(unroll, Deoptimization::UnrollBlock::unpack_kind_offset());
__ st_w(reason, unpack_kind);
// save the unpack_kind value
// Retrieve the possible live values (return values)
// All callee save registers representing jvm state
// are now in the vframeArray.
__ ld_w(reason, unpack_kind);

Label noException;
__ li(AT, Deoptimization::Unpack_exception);
Expand Down

0 comments on commit 5e90ff1

Please sign in to comment.