On Wed, 3 Mar 2021 22:42:14 GMT, Chris Plummer <[email protected]> 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