RFR: 8357382: runtime/cds/appcds/aotClassLinking/BulkLoaderTest.java#aot fails with Xcomp and C1
Ioi Lam
iklam at openjdk.org
Wed Jun 11 17:12:30 UTC 2025
On Tue, 10 Jun 2025 22:28:41 GMT, Calvin Cheung <ccheung at openjdk.org> wrote:
> One possible cause of the failure is that one of the `SimpleCusty` test classes was garbaged collected. To make the test run more reliably, the fix is to store the class loaders in a static `ArrayList`.
>
> Testing: ran the test 20 times on Oracle supported platforms with the VM options listed in the bug report description.
LGTM
-------------
Marked as reviewed by iklam (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/25737#pullrequestreview-2918061492
More information about the hotspot-runtime-dev
mailing list