> 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)
Matthias Baesken has updated the pull request incrementally with one additional commit since the last revision: Windows: add hasExternalSymbolsStripped to WhiteBox, use it in our test ------------- Changes: - all: https://git.openjdk.org/jdk/pull/27899/files - new: https://git.openjdk.org/jdk/pull/27899/files/090fcf27..13a1b423 Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=27899&range=01 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=27899&range=00-01 Stats: 25 lines in 4 files changed: 23 ins; 0 del; 2 mod Patch: https://git.openjdk.org/jdk/pull/27899.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/27899/head:pull/27899 PR: https://git.openjdk.org/jdk/pull/27899
