On Wed, 25 Feb 2026 09:40:36 GMT, Kevin Walls <[email protected]> wrote:
>> Yasumasa Suenaga has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Should not initialize state in DW_CFA_remember_state
>
> src/jdk.hotspot.agent/linux/native/libsaproc/dwarf.cpp line 209:
>
>> 207: case 0x0b: // DW_CFA_restore_state
>> 208: if (remember_state.empty()) {
>> 209: print_debug("DWARF: Remember State is empty even though
>> DW_CFA_restore_state is saw.\n");
>
> nit: "is seen" not "is saw" 8-)
Or just: "DWARF Error: DW_CFA_restore_state with empty stack."
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/29779#discussion_r2852468647