On Mon, 20 Oct 2025 12:47:52 GMT, Matthias Baesken <[email protected]> wrote:

> When using stripped and not full pdb files on WIndows, the test 
> CheckForProperDetailStackTrace.java misses source information (but this is 
> not surprise with those much smaller pdb files; so probably we should not 
> rely on having the source info available).
> error output is :
> 
> 
> java.lang.RuntimeException: Expected source information missing from output
> at 
> CheckForProperDetailStackTrace.main(CheckForProperDetailStackTrace.java:145)
> at 
> java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
> at java.base/java.lang.reflect.Method.invoke(Method.java:565)
> at 
> com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:335)
> at java.base/java.lang.Thread.run(Thread.java:1474)

This pull request has now been integrated.

Changeset: 69a9b4ce
Author:    Matthias Baesken <[email protected]>
URL:       
https://git.openjdk.org/jdk/commit/69a9b4ceaf3852a299ee268a39e56575ad8207ab
Stats:     30 lines in 4 files changed: 27 ins; 0 del; 3 mod

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

Reviewed-by: dholmes, clanger

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

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

Reply via email to