RFR: 8357382: runtime/cds/appcds/aotClassLinking/BulkLoaderTest.java#aot fails with Xcomp and C1
Calvin Cheung
ccheung at openjdk.org
Wed Jun 11 18:13:32 UTC 2025
On Wed, 11 Jun 2025 17:10:10 GMT, Ioi Lam <iklam 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
@iklam @vnkozlov Thanks for the review.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/25737#issuecomment-2963735644
More information about the hotspot-runtime-dev
mailing list