RFR: 8295951: intermittent cmp_baseline task failures with CDS files

Ioi Lam iklam at openjdk.org
Tue Jan 31 06:12:55 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.

By the way, I think this PR qualifies as a Trivial change.

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

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


More information about the hotspot-runtime-dev mailing list