RFR: JDK-8317920: JDWP-agent sends broken exception event with onthrow option [v2]

Johannes Bechberger jbechberger at openjdk.org
Mon Oct 16 17:53:54 UTC 2023


On Mon, 16 Oct 2023 17:20:57 GMT, Chris Plummer <cjplummer at openjdk.org> wrote:

>> I resolved all the other things you pointed out, but this issue is sticky.
>
> Ok. It should work so there is a bug somewhere. I'll look into it. In the meantime can you verify that ex.catchLocation().method() is valid?

`ex.catchLocation())` and `ex.thread().frame(0).location()` are valid.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/16145#discussion_r1361053893


More information about the serviceability-dev mailing list