RFR: 8262520: Add SA Command Line Debugger support to connect to debug server [v6]
Chris Plummer
cjplummer at openjdk.java.net
Fri Mar 5 08:08:49 UTC 2021
On Fri, 5 Mar 2021 07:33:06 GMT, Yasumasa Suenaga <ysuenaga at openjdk.org> wrote:
>> `attach` command on CLHSDB supports to attach live process (PID) and coredump, but it cannot connect to debug server. CLHSDB does not have a command to connect to debug server.
>>
>> Other jhsdb commands (jstack, jmap, etc...) can connect debug server via `--connect` option, so CLHSDB should connect to it.
>>
>> After this change, you can connect to debug server with 'connect <hostname>'.
>
> Yasumasa Suenaga has updated the pull request incrementally with one additional commit since the last revision:
>
> Add assertion to check unexpected exceptions are happened in command line debugger
Marked as reviewed by cjplummer (Reviewer).
-------------
PR: https://git.openjdk.java.net/jdk/pull/2773
More information about the serviceability-dev
mailing list