[jdk17u-dev] RFR: 8303861: Error handling step timeouts should never be blocked by OnError and others
Goetz Lindenmaier
goetz at openjdk.org
Wed Apr 26 06:42:23 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)
Hi,
in the test, you include two changes to Copyright that are not in the original change.
Why so?
Best, Goetz.
-------------
PR Comment: https://git.openjdk.org/jdk17u-dev/pull/1211#issuecomment-1522862213
More information about the jdk-updates-dev
mailing list