[jdk11u-dev] RFR: 8317920: JDWP-agent sends broken exception event with onthrow option [v2]
Goetz Lindenmaier
goetz at openjdk.org
Thu Nov 2 16:15:19 UTC 2023
On Thu, 2 Nov 2023 11:51:45 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.
>
> Johannes Bechberger has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains one commit:
>
> 8317920: JDWP-agent sends broken exception event with onthrow option
>
> Reviewed-by: clanger, cjplummer
threadControl_onEventHandlerEntry(...) has different args in 11 and 17. The fact that it compiled is just luck probably.
-------------
PR Comment: https://git.openjdk.org/jdk11u-dev/pull/2206#issuecomment-1791041104
More information about the jdk-updates-dev
mailing list