Integrated: 8295951: intermittent cmp_baseline task failures with CDS files

Calvin Cheung ccheung at openjdk.org
Tue Jan 31 16:54:56 UTC 2023


On Sat, 28 Jan 2023 00:29:29 GMT, Calvin Cheung <ccheung at openjdk.org> wrote:

> The cmp_baseline build target fails intermittently due to the `java/util/concurrent/atomic/Striped64$Cell` class is loaded sometimes when running the `HelloClasslist.java` app.
> To avoid this problem, always load the `Striped64$Cell`class from the `HelloClasslist.java` app so that the generated classlist and CDS archive would be the same as the baseline build.
> 
> Ran the <platform>-cmp-baseline build target repeatedly on Oracle supported platforms.

This pull request has now been integrated.

Changeset: e193a0b7
Author:    Calvin Cheung <ccheung at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/e193a0b72a143889170b64da19fb22f7f8555e89
Stats:     7 lines in 1 file changed: 6 ins; 0 del; 1 mod

8295951: intermittent cmp_baseline task failures with CDS files

Reviewed-by: iklam

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

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


More information about the hotspot-runtime-dev mailing list