8340657: [PPC64] SA determines wrong unextendedSP
Reviewed-by: ysuenaga, mbaesken
This commit is contained in:
parent
e1c4d3039f
commit
49d15edd31
@ -345,8 +345,9 @@ public class PPC64Frame extends Frame {
|
||||
//------------------------------------------------------------------------------
|
||||
// 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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user