Re: RFR: 8356229: cmp-baseline build fail due to lib/modules difference

2025-05-09 Thread Calvin Cheung
On Fri, 9 May 2025 17:37:04 GMT, Ioi Lam 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 fi

Re: RFR: 8356229: cmp-baseline build fail due to lib/modules difference

2025-05-09 Thread Chen Liang
On Fri, 9 May 2025 17:22:41 GMT, Calvin Cheung 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 f

Re: RFR: 8356229: cmp-baseline build fail due to lib/modules difference

2025-05-09 Thread Erik Joelsson
On Fri, 9 May 2025 17:22:41 GMT, Calvin Cheung 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 f

Re: RFR: 8356229: cmp-baseline build fail due to lib/modules difference

2025-05-09 Thread Ioi Lam
On Fri, 9 May 2025 17:22:41 GMT, Calvin Cheung 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 f

RFR: 8356229: cmp-baseline build fail due to lib/modules difference

2025-05-09 Thread Calvin Cheung
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