Integrated: 8273940: vmTestbase/vm/mlvm/meth/stress/gc/callSequencesDuringGC/Test.java crashes in full gc during VM exit
Thomas Schatzl
tschatzl at openjdk.java.net
Mon Sep 20 16:21:59 UTC 2021
On Mon, 20 Sep 2021 13:56:09 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:
> Hi all,
>
> this change fixes random crashes at VM exit by reverting JDK-8273605 (02af541b7427a4b74eecab9513a770026d1a8426). Testing showed that without that change, around 2000 executions of the failing tests passes, while otherwise there is a failure rate of around 2% (13 out of 600).
>
> Since I do not have time to fix this properly, and this is an annoying issue, I propose to remove that change and re-implement later (I'll file a new issue for the original change).
>
> Revert applies cleanly.
>
> Testing: tier1, the failing test a few thousand times
>
> Thanks,
> Thomas
This pull request has now been integrated.
Changeset: 4b3a4fff
Author: Thomas Schatzl <tschatzl at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/4b3a4fff39c1fba0d7eae719525e2a46b0a6d6ed
Stats: 15 lines in 3 files changed: 1 ins; 12 del; 2 mod
8273940: vmTestbase/vm/mlvm/meth/stress/gc/callSequencesDuringGC/Test.java crashes in full gc during VM exit
Reviewed-by: lkorinth
-------------
PR: https://git.openjdk.java.net/jdk/pull/5583
More information about the hotspot-gc-dev
mailing list