Integrated: 8369563: Gtest dll_address_to_function_and_library_name has issues with stripped pdb files

Matthias Baesken mbaesken at openjdk.org
Mon Oct 13 10:15:53 UTC 2025


On Fri, 10 Oct 2025 14:36:24 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:

> When running with stripped pdb files, the gtest dll_address_to_function_and_library_name
> can find output like "0x... in ..." instead of usual strings.
> So this test should better check for this.
> See also
> https://github.com/openjdk/jdk/pull/24012/files#diff-6d3fc66964a0fccf7f85c284fffec5dffa62be8497423a7684cee83d55338884
> 
> where this was discussed as part of a larger change.

This pull request has now been integrated.

Changeset: 98e1d2fa
Author:    Matthias Baesken <mbaesken at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/98e1d2fab123befa78342ba53b76a560dddd6385
Stats:     9 lines in 1 file changed: 8 ins; 0 del; 1 mod

8369563: Gtest dll_address_to_function_and_library_name has issues with stripped pdb files

Reviewed-by: clanger, lucy

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

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


More information about the hotspot-runtime-dev mailing list