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


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

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

Commit messages:
 - Fixed random crashes at VM exit by reverting JDK-8273605 (02af541b7427a4b74eecab9513a770026d1a8426)

Changes: https://git.openjdk.java.net/jdk/pull/5583/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=5583&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8273940
  Stats: 15 lines in 3 files changed: 1 ins; 12 del; 2 mod
  Patch: https://git.openjdk.java.net/jdk/pull/5583.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/5583/head:pull/5583

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



More information about the hotspot-gc-dev mailing list