RFR: 8313395: LotsUnloadTest.java fails with OOME transiently with libgraal

Leonid Mesnik lmesnik at openjdk.org
Tue Aug 20 17:26:03 UTC 2024


On Tue, 20 Aug 2024 16:15:51 GMT, Ioi Lam <iklam at openjdk.org> wrote:

> This test fails intermittently due to delayed class unloading when both libgraal abd Xcomp enabled. Since the purpose of this test is neither to test libgraal nor Xcomp, it's better to exclude the test in this scenario to reduce noise.

Changes requested by lmesnik (Reviewer).

test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/LotsUnloadTest.java line 29:

> 27:  * @bug 8278602 8313395
> 28:  * @summary Lots of classes being unloaded while we try to dump a dynamic archive
> 29:  * @requires vm.cds & !(vm.compMode == "Xcomp" & vm.graal.enabled)

Any reasons to don't use probelmlist for this test exclusion? 
The 'requires' us usually for permanent test filtering.

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

PR Review: https://git.openjdk.org/jdk/pull/20648#pullrequestreview-2248615887
PR Review Comment: https://git.openjdk.org/jdk/pull/20648#discussion_r1723686675


More information about the hotspot-runtime-dev mailing list