Integrated: 8324868: debug agent does not properly handle interrupts of a virtual thread
Chris Plummer
cjplummer at openjdk.org
Tue Mar 12 20:57:36 UTC 2024
On Fri, 23 Feb 2024 19:06:59 GMT, Chris Plummer <cjplummer at openjdk.org> wrote:
> Fix numerous debug agent issues and testing deficiencies related to Thread.interrupt(). As a first read you should look at the description in the CR. More details in first comment below.
>
> Also, this PR is dependent on the fix for [JDK-8325187](https://bugs.openjdk.org/browse/JDK-8325187). The test might generate GHA failures in the meantime.
>
> Tested with all svc tier1, tier2, and tier5 tests.
This pull request has now been integrated.
Changeset: 966a42f9
Author: Chris Plummer <cjplummer at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/966a42f9b39840ab9eab6dc3cdc6fdd69abf9873
Stats: 303 lines in 3 files changed: 177 ins; 62 del; 64 mod
8324868: debug agent does not properly handle interrupts of a virtual thread
Reviewed-by: sspitsyn, amenkov
-------------
PR: https://git.openjdk.org/jdk/pull/17989
More information about the serviceability-dev
mailing list