RFR: 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:58 UTC 2021


On Mon, 20 Sep 2021 15:44:23 GMT, Leo Korinth <lkorinth 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
>
> Looks good and trivial!

Thanks for your review @lkorinth .

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

PR: https://git.openjdk.java.net/jdk/pull/5583



More information about the hotspot-gc-dev mailing list