Integrated: 8357382: runtime/cds/appcds/aotClassLinking/BulkLoaderTest.java#aot fails with Xcomp and C1

Calvin Cheung ccheung at openjdk.org
Wed Jun 11 18:13:33 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.

This pull request has now been integrated.

Changeset: 42915821
Author:    Calvin Cheung <ccheung at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/429158218b52964ad1e79ba9d2fa5618d6b3398e
Stats:     4 lines in 1 file changed: 4 ins; 0 del; 0 mod

8357382: runtime/cds/appcds/aotClassLinking/BulkLoaderTest.java#aot fails with Xcomp and C1

Reviewed-by: iklam, kvn

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

PR: https://git.openjdk.org/jdk/pull/25737


More information about the hotspot-runtime-dev mailing list