On Tue, 21 Dec 2021 21:23:09 GMT, Serguei Spitsyn <[email protected]> wrote:
>> Chris Plummer has updated the pull request incrementally with two additional
>> commits since the last revision:
>>
>> - Fix issue with address range patterns. For some reason they have always
>> allowed some extra lower case letters at the end of the pattern that just
>> get ignored. I removed support for this since sometimes it resulted in bad
>> address ranges producing an exception rather than a usage() message.
>> - Fix missing return after calling usage()
>
> src/jdk.hotspot.agent/doc/clhsdb.html line 54:
>
>> 52: dumpreplaydata <address> | -a | <thread_id>
>> [>replay.txt] <font color="red">dump replay data into a file</font>
>> 53: echo [ true | false ] <font color="red">turn on/off command echo
>> mode</font>
>> 54: examine { address[/count] | address,address } <font color="red">show
>> contents of memory from given address</font>
>
> It would cover both input variants if to say:
> "show contents of memory range"
Ok. Change has been made.
> src/jdk.hotspot.agent/doc/clhsdb.html line 70:
>
>> 68: livenmethods <font color="red">show all live nmethods</font>
>> 69: longConstant [ name [ value ] ] <font color="red">print out hotspot
>> long constant(s)s</font>
>> 70: mem [ -v ] { address[/count] | address,address } <font
>> color="red">show contents of memory. optionally include "findpc" info for
>> addresses</font>
>
> The same as above.
Ok. Change has been made.
-------------
PR: https://git.openjdk.java.net/jdk/pull/6902