[jdk11u-dev] Integrated: 8274687: JDWP deadlocks if some Java thread reaches wait in blockOnDebuggerSuspend

Richard Reingruber rrich at openjdk.org
Wed Jul 20 06:47:11 UTC 2022


On Thu, 30 Jun 2022 06:53:10 GMT, Richard Reingruber <rrich at openjdk.org> wrote:

> Hi all,
> 
> This pull request contains a backport of commit [ca2efb73](https://github.com/openjdk/jdk/commit/ca2efb73f59112d9be2ec29db405deb4c58dd435) from the [openjdk/jdk](https://git.openjdk.java.net/jdk) repository.
> 
> The commit being backported was authored by Richard Reingruber on 15 Nov 2021 and was reviewed by Chris Plummer, Serguei Spitsyn and Ralf Schmelter.
> 
> The commit applied cleanly except for one minor conflict because of the comments on the declarations of `current_ei` and `pendingStop` not present in jdk11.
> Also I had to backport the changes on `TestScaffold` from [JDK-8255381](https://bugs.openjdk.org/browse/JDK-8255381) ([09e8675f](https://github.com/openjdk/jdk16/commit/09e8675f))
> 
> The backport passed our CI testing. This includes most JCK and JTREG tiers 1-4, also in Xcomp mode, on the standard platforms and also on ppc64le and s390x.
> 
> Thanks!
> Richard.

This pull request has now been integrated.

Changeset: e5688801
Author:    Richard Reingruber <rrich at openjdk.org>
URL:       https://git.openjdk.org/jdk11u-dev/commit/e56888017dfa77ea434b5ae76fede5ae2188162e
Stats:     340 lines in 3 files changed: 320 ins; 14 del; 6 mod

8274687: JDWP deadlocks if some Java thread reaches wait in blockOnDebuggerSuspend

Reviewed-by: mdoerr
Backport-of: ca2efb73f59112d9be2ec29db405deb4c58dd435

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

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


More information about the jdk-updates-dev mailing list