On Wed, 11 Oct 2023 10:44:53 GMT, Johannes Bechberger <jbechber...@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 <jbechber...@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