RFR: 8294689: The SA transported_core.html file needs quite a bit of work [v2]

Chris Plummer cjplummer at openjdk.org
Mon Oct 3 18:44:14 UTC 2022


> 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 rewrite.
> 
> Here are links to the rendered new and old copies of the file:
> [new file](https://htmlpreview.github.io/?https://github.com/openjdk/jdk/blob/6778a202a855a534754c4b47a6cd99cb912869d3/src/jdk.hotspot.agent/doc/transported_core.html)
> [old file](https://htmlpreview.github.io/?https://github.com/openjdk/jdk/blob/master/src/jdk.hotspot.agent/doc/transported_core.html)

Chris Plummer has updated the pull request incrementally with one additional commit since the last revision:

  some additional clarification on linux and macos

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/10518/files
  - new: https://git.openjdk.org/jdk/pull/10518/files/6778a202..7448593f

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=10518&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=10518&range=00-01

  Stats: 13 lines in 1 file changed: 12 ins; 0 del; 1 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


More information about the serviceability-dev mailing list