Re: RFR: 8339355: Test build/AbsPathsInImage.java fails configure with --enable-ccache

2025-06-16 Thread Erik Joelsson
On Sat, 14 Jun 2025 03:51:28 GMT, SendaoYan wrote: > Hi all, > > The debuginfo file will not ship to customers generally, so I think it's not > necessary to check the debuginfo files contains absolutive path or not. And I > can't find why the debuginfo file always contains workspace path info

Re: RFR: 8339355: Test build/AbsPathsInImage.java fails configure with --enable-ccache

2025-06-16 Thread SendaoYan
On Mon, 16 Jun 2025 06:57:35 GMT, Erik Joelsson wrote: > We do expect the debuginfo files to be reproducible and hence free of > absolute paths. This was implemented in > https://bugs.openjdk.org/browse/JDK-8284437, where `-fdebug-prefix-map` was > one of the mitigations applied. I would start

Re: RFR: 8339355: Test build/AbsPathsInImage.java fails configure with --enable-ccache

2025-06-16 Thread Erik Joelsson
On Sat, 14 Jun 2025 03:51:28 GMT, SendaoYan wrote: > Hi all, > > The debuginfo file will not ship to customers generally, so I think it's not > necessary to check the debuginfo files contains absolutive path or not. And I > can't find why the debuginfo file always contains workspace path info

RFR: 8339355: Test build/AbsPathsInImage.java fails configure with --enable-ccache

2025-06-14 Thread SendaoYan
Hi all, The debuginfo file will not ship to customers generally, so I think it's not necessary to check the debuginfo files contains absolutive path or not. And I can't find why the debuginfo file always contains workspace path info with --enable-ccache configure option. - Commit