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

2023-10-18 Thread Johannes Bechberger
On Wed, 18 Oct 2023 21:40:54 GMT, Christoph Langer wrote: >> Johannes Bechberger has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Add suggested fixes > > test/jdk/com/sun/jdi/OnThrowTest.java line 2: > >> 1: /* >> 2: * Copyright (c) 202

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

2023-10-18 Thread Christoph Langer
On Wed, 18 Oct 2023 21:38:05 GMT, Johannes Bechberger 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. > > Jo

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

2023-10-18 Thread Johannes Bechberger
> 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. Johannes Bechberger has updated the pull request incrementally with one