RFR: 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:52 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.
Thanks for the reviews !
-------------
PR Comment: https://git.openjdk.org/jdk/pull/27745#issuecomment-3396779441
More information about the hotspot-runtime-dev
mailing list