RFR: 8377947: Test serviceability/sa/TestJhsdbJstackMixedCore.java failed on linux-x64 [v2]
Yasumasa Suenaga
ysuenaga at openjdk.org
Wed Feb 25 12:29:18 UTC 2026
On Wed, 25 Feb 2026 11:25:27 GMT, Kevin Walls <kevinw at openjdk.org> wrote:
>> 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."
Thanks a lot! fixed.
(Sorry for my English😅)
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/29779#discussion_r2852739507
More information about the serviceability-dev
mailing list