[jdk8u-dev] Integrated: 8337110: [8u] TestNoEagerReclaimOfHumongousRegions.java should be in gc/g1 directory
Zdenek Zambersky
zzambers at openjdk.org
Mon Aug 26 11:23:07 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.)
This pull request has now been integrated.
Changeset: 7d36fed8
Author: Zdenek Zambersky <zzambers at openjdk.org>
URL: https://git.openjdk.org/jdk8u-dev/commit/7d36fed8e01c6ee0a1b301a379df5dae8afa960d
Stats: 0 lines in 1 file changed: 0 ins; 0 del; 0 mod
8337110: [8u] TestNoEagerReclaimOfHumongousRegions.java should be in gc/g1 directory
Reviewed-by: phh
-------------
PR: https://git.openjdk.org/jdk8u-dev/pull/551
More information about the jdk8u-dev
mailing list