RFR: 8262520: Add SA CommandProcessor support to connect to debug server [v4]

Yasumasa Suenaga ysuenaga at openjdk.java.net
Thu Mar 4 01:09:48 UTC 2021


On Wed, 3 Mar 2021 22:42:14 GMT, Chris Plummer <cjplummer at openjdk.org> wrote:

>> Yasumasa Suenaga has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Fix comments
>
> src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/CLHSDB.java line 236:
> 
>> 234:         catch (DebuggerException e) {
>> 235:             final String errMsg = formatMessage(e.getMessage(), 80);
>> 236:             System.err.println("Unable to connect to machine \"" + debugServerName + "\":\n\n" + errMsg);
> 
> "machine" -> "debug server"

I fixed it in new commit.

-------------

PR: https://git.openjdk.java.net/jdk/pull/2773


More information about the serviceability-dev mailing list