RFR: 8337222: gc/TestDisableExplicitGC.java fails due to unexpected CodeCache GC

Thomas Schatzl tschatzl at openjdk.org
Fri Jul 26 10:43:58 UTC 2024


Hi,

  please review this change that disallows running the `gc/TestDisableExplicitGC.java` test with `-Xcomp` - code compilation can unnecessarily induce code cache gcs which make the test logic fail (expect no gc at all but there is one). There is no gain running this test with `-Xcomp`.

Testing: gha

Thanks,
  Thomas

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

Commit messages:
 - 8337222

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

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


More information about the hotspot-gc-dev mailing list