On Wed, 22 Oct 2025 22:22:54 GMT, Christoph Langer <[email protected]> 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

Reply via email to