RFR: 8314144: gc/g1/ihop/TestIHOPStatic.java fails due to extra concurrent mark with -Xcomp

Thomas Schatzl tschatzl at openjdk.org
Fri Aug 11 11:46:58 UTC 2023


Hi all,

  please review this change to disable running these tests with -Xcomp to avoid unnecessary failures due to e.g. code cache getting full.

In order to avoid the same issue with the IHOP ergo test, do the same there. Running these tests with -Xcomp is not expected to yield any significant additional failures anyway.

Testing: gha, failing test with/without this change

Thanks,
  Thomas

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

Commit messages:
 - simplify conditions
 - 8314144

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

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


More information about the hotspot-gc-dev mailing list