RFR: 8351842: Windows specific issues in combination of JEP 493 and --with-external-symbols-in-bundles=public [v2]

David Holmes dholmes at openjdk.org
Tue Oct 21 01:46:07 UTC 2025


On Thu, 13 Mar 2025 10:27:54 GMT, Severin Gehwolf <sgehwolf at openjdk.org> wrote:

> During build we use the *.stripped.pdb files for compiling the jmods and also the bundle files

Why do we do this? It seems to me that this scenario has not been completely thought through. We have a flag that says "build both sets of pdb files" - that's fine. But once we have them both we then have a number of steps in the build (I don't know how many) that could choose to use one or the other, but we seem to lack a way of saying which should be used. I think there has to be explicit control and not try to guess what we think users might want.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/24012#issuecomment-3424342037


More information about the build-dev mailing list