RFR: 8377947: Test serviceability/sa/TestJhsdbJstackMixedCore.java failed on linux-x64 [v2]
Kevin Walls
kevinw at openjdk.org
Wed Feb 25 11:35:28 UTC 2026
On Wed, 25 Feb 2026 09:40:36 GMT, Kevin Walls <kevinw at openjdk.org> 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
More information about the serviceability-dev
mailing list