On Sat, 12 Sep 2026 16:13:57 GMT, Martin Doerr <[email protected]> wrote:
>> src/hotspot/cpu/ppc/frame_ppc.cpp line 203: >> >>> 201: // sender_fp must be within the stack and above (but not equal) to >>> 202: // current frame's fp. >>> 203: address sender_fp = (address)this->link(); >> >> Doesn't find `this->link()` the sender SP (which equals the FP)? The sender >> FP should be `this->link()->link()`, right? > > Ah, `link()` already takes 2 steps: `callers_abi()->callers_sp` > So, it's probably correct as long as these frames exist. Right, this is at least also my understanding. :) ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/32850#discussion_r4003698656
