On Fri, 4 Apr 2025 08:55:40 GMT, Christoph Langer <clan...@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