RFR: 8295951: intermittent cmp_baseline task failures with CDS files

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


On Tue, 31 Jan 2023 06:10:03 GMT, Ioi Lam <iklam 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.

Thanks @iklam!

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

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


More information about the hotspot-runtime-dev mailing list