RFR: 8290023: Remove use of IgnoreUnrecognizedVMOptions in gc tests

Thomas Schatzl tschatzl at openjdk.org
Mon Jul 11 13:08:43 UTC 2022


On Mon, 11 Jul 2022 12:52:17 GMT, Leo Korinth <lkorinth at openjdk.org> wrote:

> I have looked through the change, and it looks mostly good to me. TestEagerReclaimHumongousRegionsClearMarkBits after the change only runs in debug builds, is that made on purpose?

TestEagerReclaimHumongousRegionsClearMarkBits is not going to crash due to bitmap verification error in product mode because that verification is debug mode only. At most it could crash due to other reasons, but I do not think it is worth running the test for random suspicion that something might be wrong that other tests would highly likely also pick up.

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

PR: https://git.openjdk.org/jdk/pull/9443



More information about the hotspot-gc-dev mailing list