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

Johannes Bechberger jbechberger at openjdk.org
Wed Oct 18 21:38:05 UTC 2023


> 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 additional commit since the last revision:

  Add suggested fixes

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/16145/files
  - new: https://git.openjdk.org/jdk/pull/16145/files/5099bcdd..35f317e8

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=16145&range=06
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=16145&range=05-06

  Stats: 22 lines in 4 files changed: 4 ins; 11 del; 7 mod
  Patch: https://git.openjdk.org/jdk/pull/16145.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/16145/head:pull/16145

PR: https://git.openjdk.org/jdk/pull/16145


More information about the serviceability-dev mailing list