RFR: 8323635: Test gc/g1/TestHumongousAllocConcurrentStart.java fails with -XX:TieredStopAtLevel=3
Thomas Schatzl
tschatzl at openjdk.org
Mon Jan 15 10:01:28 UTC 2024
Hi all,
please review this fix to the TestHumongousConcurrentStart test that changes execution so that additional test options are _not_ passed on to the test as it is sensitive to the type of gcs that occur. An alternative would be just excluding -Xcomp to fix this particular occurrence, but I wanted to avoid having to revisit this issue again.
Testing: that test on aarch64 does not fail any more
Hth,
Thomas
-------------
Commit messages:
- 8323635
Changes: https://git.openjdk.org/jdk/pull/17419/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=17419&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8323635
Stats: 3 lines in 1 file changed: 1 ins; 0 del; 2 mod
Patch: https://git.openjdk.org/jdk/pull/17419.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/17419/head:pull/17419
PR: https://git.openjdk.org/jdk/pull/17419
More information about the hotspot-gc-dev
mailing list