On Fri, 26 Jun 2026 07:49:59 GMT, Arno Zeller <[email protected]> wrote:
> --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai). src/jdk.jlink/share/classes/jdk/tools/jlink/internal/plugins/DefaultStripDebugPlugin.java line 46: > 44: private static final String EXCLUDE_DEBUGINFO = > "exclude-debuginfo-files"; > 45: private static final String EXCLUDE_FILES_PLUGIN = "exclude-files"; > 46: private static final String EXCLUDE_DEBUG_FILES_PATTERN = > "**.debuginfo,**.diz"; Consider adding `**.dSYM/**` for macOS external symbols. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/31690#discussion_r3511862939
