On Tue, 23 Mar 2021 02:16:43 GMT, Serguei Spitsyn <sspit...@openjdk.org> wrote:
>> Yasumasa Suenaga has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Update testcases > > src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/tools/PMap.java line 81: > >> 79: } else { >> 80: if (getDebugeeType() == DEBUGEE_REMOTE) { >> 81: >> out.print(((RemoteDebuggerClient)dbg).execCommandOnServer("pmap", null)); > > Nit: Indent is incorrect now. Thanks! I fixed it in new commit. ------------- PR: https://git.openjdk.java.net/jdk/pull/3027