The main issues I set out to address are: - legacy Solaris references can be removed - add help with dealing with Windows core files, most of important of which is use of PATH to find the dlls referenced by the core file. - add help with dealing with macOS core files, most of important of which is using JAVA_HOME or DYLD_LIBRARY_PATH to find the dlls referenced by the core file.
However, in the end it turned out to be a pretty substantial restructuring and rewite. ------------- Commit messages: - Major update Changes: https://git.openjdk.org/jdk/pull/10518/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=10518&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8294689 Stats: 90 lines in 1 file changed: 16 ins; 42 del; 32 mod Patch: https://git.openjdk.org/jdk/pull/10518.diff Fetch: git fetch https://git.openjdk.org/jdk pull/10518/head:pull/10518 PR: https://git.openjdk.org/jdk/pull/10518