RFR: 8274033: Some tier-4 CDS EpsilonGC tests throw OOM [v2]
Ioi Lam
iklam at openjdk.java.net
Wed Sep 22 06:21:25 UTC 2021
On Wed, 22 Sep 2021 06:10:18 GMT, David Holmes <dholmes at openjdk.org> wrote:
> The changes to the test files seem unrelated to the current issue. ??
The fix in DynamicArchiveTestBase.java is needed because we were not passing `-XX:+UseEpsilonGC` to dynamicArchive/HelloDynamic.java (even when this file is in the `hotspot_cds_epsilongc` group).
> test/hotspot/jtreg/TEST.groups line 402:
>
>> 400: runtime/cds/appcds/sharedStrings/SharedStringsBasic.java
>> 401:
>> 402: hotspot_cds_epsilongc = \
>
> I don't know why we don't comment groups in this file but please add a comment here that these are low-memory using tests that won't fail (with a reasonable heap size) when run with a fake GC.
I added a comment.
-------------
PR: https://git.openjdk.java.net/jdk/pull/5626
More information about the hotspot-runtime-dev
mailing list