RFR: 8356229: cmp-baseline build fail due to lib/modules difference
Calvin Cheung
ccheung at openjdk.org
Fri May 9 18:25:55 UTC 2025
On Fri, 9 May 2025 17:37:04 GMT, Ioi Lam <iklam at openjdk.org> wrote:
>> The fix for [JDK-8327495](https://bugs.openjdk.org/browse/JDK-8327495) logs more CDS error by default. The error gets printed into the `support/link_opt/default_jli_trace.txt` file which interferes with the cmp-baseline build.
>> A fix is to specify the `-Xlog:cds=off` to suppress the error message during the building of the $(CLASSLIST_FILE) target.
>>
>> Tested by running the cmp-baseline builds on various platforms.
>
> LGTM
Thanks @iklam @erikj79 @liach for the review.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/25154#issuecomment-2867544307
More information about the build-dev
mailing list