RFR: 8353709: Debug symbols bundle should contain full debug files when building --with-external-symbols-in-bundles=public
Christoph Langer
clanger at openjdk.org
Fri Apr 4 08:57:48 UTC 2025
On Fri, 4 Apr 2025 08:28:28 GMT, Erik Joelsson <erikj at openjdk.org> wrote:
> Is the symbols bundle currently containing just the stripped pdbs, or both the full and the stripped pdbs?
Currently the bundle only contains the stripped pdb files.
This is because during preparation of the bundle files we rename the stripped.pdb files over the full pdb files if they are present. See [line 130 of Bundles.gmk](https://github.com/openjdk/jdk/blob/a13e34da3f81039b572fd6030d6ee63dfffad612/make/Bundles.gmk#L130).
-------------
PR Comment: https://git.openjdk.org/jdk/pull/24440#issuecomment-2777992315
More information about the build-dev
mailing list