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

Erik Joelsson erikj at openjdk.org
Tue Sep 12 20:20:52 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.

Thanks for reviews!

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

PR Comment: https://git.openjdk.org/jdk/pull/15574#issuecomment-1716363817


More information about the build-dev mailing list