Skip to content

Commit

Permalink
8340657: [PPC64] SA determines wrong unextendedSP
Browse files Browse the repository at this point in the history
Backport-of: 49d15ed
  • Loading branch information
TheRealMDoerr committed Oct 3, 2024
1 parent 2d963ac commit 049df06
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -317,8 +317,9 @@ private Frame senderForEntryFrame(PPC64RegisterMap map) {
//------------------------------------------------------------------------------
// frame::adjust_unextended_sp
private void adjustUnextendedSP() {
raw_unextendedSP = getFP();
// Nothing to do. senderForInterpreterFrame finds the correct unextendedSP.
}

private Frame senderForInterpreterFrame(PPC64RegisterMap map) {
if (DEBUG) {
System.out.println("senderForInterpreterFrame");
Expand Down

0 comments on commit 049df06

Please sign in to comment.