On Thu, 23 Dec 2021 03:45:31 GMT, Chris Plummer <cjplum...@openjdk.org> wrote:
> The SA src/jdk.hotspot.agent/doc/index.html file contains a table of SA > scripts and their descriptions. All of these scripts are now gone. They were > used to make it easier to launch what today we would call SA tools. Now all > these tools are launched as sub-commands of the jhsdb command, which has its > own man page. > > I also did some other minor fixes and cleanups. > > The rendered html can be found here: > https://htmlpreview.github.io/?https://raw.githubusercontent.com/openjdk/jdk/53d2753cf32ef65ddea631062ca8641c3d19f27b/src/jdk.hotspot.agent/doc/index.html Nice refresh/cleanup. src/jdk.hotspot.agent/doc/index.html line 51: > 49: <p> > 50: When a core dump is moved from the machine where it was produced to a > 51: difference machine, it may not always be possible for SA to debug it. "difference machine" rather than "different machine " is not your typo but if you had time while we are here... 8-) ------------- Marked as reviewed by kevinw (Committer). PR: https://git.openjdk.java.net/jdk/pull/6924