On Fri, 23 Feb 2024 19:18:46 GMT, Christoph Langer <clan...@openjdk.org> wrote:
> The new test JmodExcludedFiles.java checks that no debug symbol files are > contained in the jmod files. It does not take into account that with > configure option --with-external-symbols-in-bundles=public we want to have > stripped pdb files, also in jmods, to get native callstacks with line number. > > This modifies the test and checks if equivalent *stripped.pdb files exist > when .pdb files are encountered inside jmods. In that case one can assume > that --with-external-symbols-in-bundles=public was chosen as configure option. This pull request has now been integrated. Changeset: 43c6f0b5 Author: Christoph Langer <clan...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/43c6f0b5880899b797fab2f851bd35be1c342439 Stats: 48 lines in 1 file changed: 30 ins; 5 del; 13 mod 8326591: New test JmodExcludedFiles.java fails on Windows when --with-external-symbols-in-bundles=public is used Reviewed-by: mbaesken ------------- PR: https://git.openjdk.org/jdk/pull/17990