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

Johannes Bechberger jbechberger at openjdk.org
Tue Nov 7 10:32:54 UTC 2023


On Mon, 23 Oct 2023 15:15:49 GMT, Johannes Bechberger <jbechberger at openjdk.org> wrote:

> 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.

This pull request has now been integrated.

Changeset: 662f3bde
Author:    Johannes Bechberger <jbechberger at openjdk.org>
Committer: Goetz Lindenmaier <goetz at openjdk.org>
URL:       https://git.openjdk.org/jdk11u-dev/commit/662f3bde535e60127196b0a560f66203837d07d0
Stats:     259 lines in 4 files changed: 239 ins; 4 del; 16 mod

8317920: JDWP-agent sends broken exception event with onthrow option

Reviewed-by: phh

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

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


More information about the jdk-updates-dev mailing list