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. So with 8 there is no NPE? Maybe JDI or jdb used to do something different and just swallowed exception event. Seeing the NPE stack trace would help determine what has changed to cause this behavior difference. ------------- PR Comment: https://git.openjdk.org/jdk/pull/16145#issuecomment-1759892165