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

Paul Hohensee phh at openjdk.org
Wed Oct 25 23:04:36 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.

The GHA build failures are puzzling because the code in debugInit.c that causes the failure doesn't exist in the jdk11u-dev version.

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

PR Comment: https://git.openjdk.org/jdk11u-dev/pull/2206#issuecomment-1780173029


More information about the jdk-updates-dev mailing list