[jdk11u-dev] RFR: 8317920: JDWP-agent sends broken exception event with onthrow option [v2]

Johannes Bechberger jbechberger at openjdk.org
Thu Nov 2 11:51:45 UTC 2023


> Fixes the bug that is in the JDWP-agent since JDK 1.5.
> 
> The original patch did not apply cleanly because Virtual Threads and instanceof patterns are not present in JDK 11 and the Debuggee class changed slightly.
> 
> Tested on Mac M1 with the added test case, the code is platform-independent.

Johannes Bechberger has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains one additional commit since the last revision:

  8317920: JDWP-agent sends broken exception event with onthrow option
  
  Reviewed-by: clanger, cjplummer

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

Changes:
  - all: https://git.openjdk.org/jdk11u-dev/pull/2206/files
  - new: https://git.openjdk.org/jdk11u-dev/pull/2206/files/d322be48..dc4ce82d

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk11u-dev&pr=2206&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk11u-dev&pr=2206&range=00-01

  Stats: 1101 lines in 72 files changed: 769 ins; 152 del; 180 mod
  Patch: https://git.openjdk.org/jdk11u-dev/pull/2206.diff
  Fetch: git fetch https://git.openjdk.org/jdk11u-dev.git pull/2206/head:pull/2206

PR: https://git.openjdk.org/jdk11u-dev/pull/2206


More information about the jdk-updates-dev mailing list