> `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/10feed4d..01a30e70 Webrevs: - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=2773&range=03 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=2773&range=02-03 Stats: 31 lines in 4 files changed: 2 ins; 0 del; 29 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