RFR: 8262520: Add CLHSDB command to connect to debug server [v3]
Yasumasa Suenaga
ysuenaga at openjdk.java.net
Tue Mar 2 12:55:04 UTC 2021
> `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:
Fix comments
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/2773/files
- new: https://git.openjdk.java.net/jdk/pull/2773/files/e59bb9c7..10feed4d
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=2773&range=02
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=2773&range=01-02
Stats: 29 lines in 3 files changed: 3 ins; 22 del; 4 mod
Patch: https://git.openjdk.java.net/jdk/pull/2773.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/2773/head:pull/2773
PR: https://git.openjdk.java.net/jdk/pull/2773
More information about the serviceability-dev
mailing list