RFR: 8332936: Test vmTestbase/metaspace/gc/watermark_70_80/TestDescription.java fails with no GC's recorded
Thomas Schatzl
tschatzl at openjdk.org
Tue May 28 09:30:29 UTC 2024
Hi all,
please review this change to exclude the watermark tests from use with -Xcomp.
The failures reported are related to -Xcomp triggering the wrong kind of garbage collection pauses (CodeCache related GCs instead of Metadata related GCs) the test then fails on.
The proposed solution is to just disable the tests with -Xcomp: the tests are not related to compilation at all.
Testing: local, gha
Thanks,
Thomas
-------------
Commit messages:
- 8332936
Changes: https://git.openjdk.org/jdk/pull/19421/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=19421&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8332936
Stats: 4 lines in 4 files changed: 4 ins; 0 del; 0 mod
Patch: https://git.openjdk.org/jdk/pull/19421.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/19421/head:pull/19421
PR: https://git.openjdk.org/jdk/pull/19421
More information about the hotspot-dev
mailing list