RFR: 8294689: The SA transported_core.html file needs quite a bit of work [v3]
Chris Plummer
cjplummer at openjdk.org
Mon Oct 3 20:57:42 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:
windows clarifications. some minor edits
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/10518/files
- new: https://git.openjdk.org/jdk/pull/10518/files/7448593f..ce5c808c
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=10518&range=02
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=10518&range=01-02
Stats: 23 lines in 1 file changed: 9 ins; 0 del; 14 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