On Sun, 5 Oct 2025 13:09:18 GMT, Yasumasa Suenaga <[email protected]> wrote:

> We haven't yet been able to unwind native frames in mixed mode jhsdb in some 
> case even though we implement DWARF parser in 
> [JDK-8234624](https://bugs.openjdk.org/browse/JDK-8234624). The cause is that 
> `DwarfParser` would be reused.
> 
> DWARF is encoded as a state machine, so we have to initialize when we try to 
> find new frame via DWARF. So I made change to create new `DwarfParser` 
> instance everytime in `LinuxAMD64CFrame::sender`.

Looks good!

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

Marked as reviewed by cjplummer (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/27636#pullrequestreview-3306469550

Reply via email to