[jdk17u-dev] Integrated: 8303861: Error handling step timeouts should never be blocked by OnError and others
Alexey Pavlyutkin
duke at openjdk.org
Thu May 4 09:49:30 UTC 2023
On Tue, 21 Mar 2023 09:53:49 GMT, Alexey Pavlyutkin <duke at openjdk.org> wrote:
> Hi, here is backport of JDK-8303861. The patch fixes error reporting timeout processing for the case when a user specifies OnError hook. Before the patch in this case JVM just ignored timeout and therefore WatcherThread could not break malloc() deadlock in error reporting routine.
>
> If fact original patch applied without a scratch but there is a little conflict in the baselines, so the backport is not clean.
>
> Verification/regression (amd64/LTS20.04): test/hotspot/jtreg/runtime/ErrorHandling (includes updated test)
This pull request has now been integrated.
Changeset: 345e370f
Author: Alexey Pavlyutkin <apavlyutkin at azul.com>
Committer: Yuri Nesterenko <yan at openjdk.org>
URL: https://git.openjdk.org/jdk17u-dev/commit/345e370fed065e2ee312fc315bfc453a29fbb2f0
Stats: 94 lines in 3 files changed: 57 ins; 1 del; 36 mod
8303861: Error handling step timeouts should never be blocked by OnError and others
Reviewed-by: phh, stuefe
Backport-of: a00f5d24d3824e3ab84208401a967efe0e7bf88e
-------------
PR: https://git.openjdk.org/jdk17u-dev/pull/1211
More information about the jdk-updates-dev
mailing list