RFR: 8351842: Windows specific issues in combination of JEP 493 and --with-external-symbols-in-bundles=public [v3]
Erik Joelsson
erikj at openjdk.org
Wed Oct 22 22:50:14 UTC 2025
On Wed, 22 Oct 2025 22:22:54 GMT, Christoph Langer <clanger at openjdk.org> wrote:
> OK, I believe I understand what you're saying. Do you know where the place is where the JDK_IMAGE_DIR is created and renaming/filtering of the pdb files would need to happen?
So the change would be to _not_ copy debug symbols to the `JDK_IMAGE_DIR` when `--with-external-symbols-in-bundles=public` is set. I think this would be the line you need to put conditions around: https://github.com/openjdk/jdk/blob/be18e7ecfd2e89a0abb168e0d9a5b69598e2199f/make/Images.gmk#L307
-------------
PR Comment: https://git.openjdk.org/jdk/pull/24012#issuecomment-3434445371
More information about the build-dev
mailing list