[jdk8u-dev] RFR: 8337110: [8u] TestNoEagerReclaimOfHumongousRegions.java should be in gc/g1 directory
Paul Hohensee
phh at openjdk.org
Fri Jul 26 20:17:43 UTC 2024
On Wed, 24 Jul 2024 10:46:31 GMT, Zdenek Zambersky <zzambers at openjdk.org> wrote:
> `TestNoEagerReclaimOfHumongousRegions.java` is placed (as the only test) in `gc_implementation/g1` directory instead of `gc/g1`, where similar tests are placed. As a result test is not part of any test group and is currently not executed as part of tier1.
>
> This seems like mistake in JDK-8139424 backport ([orig](https://github.com/openjdk/jdk/commit/6983acfb5f19b4873ec144ad9a38a27c2b0bb402), [8](https://github.com/openjdk/jdk8u-dev/commit/baf5076889f3e5b4c535e1a25f00eb629de15770)). Hotspot code uses dir named `gc_implementation` instead of `gc` on 8, but this is not the case for tests.
>
> This change moves `TestNoEagerReclaimOfHumongousRegions.java` hotspot test from `gc_implementation/g1` -> `gc/g1`.
>
> **Testing:**
> tier1: OK (After this change, test newly executes as part of tier1 and passes on all systems. Failures of other tests are unrelated.)
Marked as reviewed by phh (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk8u-dev/pull/551#pullrequestreview-2202684559
More information about the jdk8u-dev
mailing list