RFR: 8253620: Debug symbols for tests missing on macos and windows

Julian Waters jwaters at openjdk.org
Tue Sep 12 02:51:38 UTC 2023


On Tue, 5 Sep 2023 22:59:27 GMT, Erik Joelsson <erikj at openjdk.org> wrote:

> Tests on Linux (and I assume other unix like OSes) are built with debug enabled and debug symbols internal. On Windows and macos, internal debug symbols aren't possible, and we have for some reason hard coded not including the external debug symbols in the test-image. In this patch I'm changing this so that we include debug symbols in the easiest possible way on all three platforms.
> 
> This patch also invalidates [JDK-8311545](https://bugs.openjdk.org/browse/JDK-8311545) since we now include debug symbols for all test libs and executables.

Marked as reviewed by jwaters (Committer).

:O Hi Magnus! It's been a long time! :D

-------------

PR Review: https://git.openjdk.org/jdk/pull/15574#pullrequestreview-1621146845
PR Comment: https://git.openjdk.org/jdk/pull/15574#issuecomment-1714883868


More information about the build-dev mailing list