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

David Holmes dholmes at openjdk.org
Mon Sep 11 07:10:39 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.

Looks good. Thanks for fixing this @erikj79 !

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

Marked as reviewed by dholmes (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/15574#pullrequestreview-1619267526


More information about the build-dev mailing list