Integrated: JDK-8317920: JDWP-agent sends broken exception event with onthrow option
Johannes Bechberger
jbechberger at openjdk.org
Fri Oct 20 08:55:52 UTC 2023
On Wed, 11 Oct 2023 10:44:53 GMT, Johannes Bechberger <jbechberger at openjdk.org> wrote:
> Fix `onthrow` issue by passing the event info to the `initialize` method.
>
> This prevents `jdb` from receiving a broken exception event and throwing an internal NullPointerException, upon attaching to the JDWP-agent.
This pull request has now been integrated.
Changeset: 8f4ebd89
Author: Johannes Bechberger <jbechberger at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/8f4ebd892148f2c23fd11672a10aaf787a0be2eb
Stats: 262 lines in 4 files changed: 241 ins; 4 del; 17 mod
8317920: JDWP-agent sends broken exception event with onthrow option
Reviewed-by: clanger, cjplummer
-------------
PR: https://git.openjdk.org/jdk/pull/16145
More information about the serviceability-dev
mailing list