On Fri, 21 Aug 2026 22:28:41 GMT, Chris Plummer <[email protected]> wrote:

>> Yasumasa Suenaga has updated the pull request incrementally with one 
>> additional commit since the last revision:
>> 
>>   Fix comments
>
> src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/linux/amd64/LinuxAMD64CFrame.java
>  line 82:
> 
>> 80:    }
>> 81: 
>> 82:    // In SysV AMD64, the stack must be consumed because return address 
>> would be stored on the stack.
> 
> I'm not sure what you mean by "consumed".

I mean SP should be less than sender SP because return address should be pushed 
onto the stack if the function calls via `CALL` instruction.

Fix comments in new commit.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/32435#discussion_r3834947902

Reply via email to