RFR: 8353709: Debug symbols bundle should contain full debug files when building --with-external-symbols-in-bundles=public
Erik Joelsson
erikj at openjdk.org
Fri Apr 4 09:29:02 UTC 2025
On Fri, 4 Apr 2025 08:55:40 GMT, Christoph Langer <clanger 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).
Thanks for the explanation. Then the patch makes sense to me.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/24440#issuecomment-2778065071
More information about the build-dev
mailing list