RFR: 8370064: Test runtime/NMT/CheckForProperDetailStackTrace.java fails on Windows when using stripped pdb files

Matthias Baesken mbaesken at openjdk.org
Tue Oct 21 07:45:03 UTC 2025


On Tue, 21 Oct 2025 00:16:05 GMT, David Holmes <dholmes at openjdk.org> wrote:

> You can't just disable this aspect of the test for Windows because it may fail in your environment. We want to test this aspect as broadly as possible.

I could read in pdb file(s) are look at the binary to find out if it is a stripped or full pdb.
Or use some external tools to do so.
Or transfer the info into the build, that I create stripped pdb files.

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

PR Comment: https://git.openjdk.org/jdk/pull/27899#issuecomment-3425215840


More information about the hotspot-runtime-dev mailing list