On Tue, 5 Sep 2023 22:59:27 GMT, Erik Joelsson <er...@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.

This pull request has now been integrated.

Changeset: a9679acd
Author:    Erik Joelsson <er...@openjdk.org>
URL:       
https://git.openjdk.org/jdk/commit/a9679acd5c85b88afe827dc55dbe9a78b00c8918
Stats:     11 lines in 2 files changed: 9 ins; 1 del; 1 mod

8253620: Debug symbols for tests missing on macos and windows

Reviewed-by: dholmes, ihse, jwaters

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

PR: https://git.openjdk.org/jdk/pull/15574

Reply via email to