Re: RFR: 8271356: Modify jdb to treat an empty command as a repeat of the previous command [v5]

2021-10-24 Thread Jakob Cornell
On Tue, 19 Oct 2021 21:52:14 GMT, Ioi Lam wrote: >>> Hi Jacob, this is not your fault, but the "zz help text" in the Chinese and >>> Japanese versions are in a single huge line. This makes it impossible to >>> see what you have changed in the GitHub diffs, and impossible to tell >>> whether yo

Re: RFR: 8271356: Modify jdb to treat an empty command as a repeat of the previous command [v6]

2021-10-24 Thread Chris Plummer
On Wed, 20 Oct 2021 03:06:00 GMT, Jakob Cornell wrote: >> This has been under discussion on and off for the past month or so on >> serviceability-dev, and I think a CSR request is required, so this may be a >> work in progress. >> >> Notes on the patch: >> >> - The `list` command previously m

Re: RFR: 8271356: Modify jdb to treat an empty command as a repeat of the previous command [v5]

2021-10-24 Thread Chris Plummer
On Tue, 19 Oct 2021 21:52:14 GMT, Ioi Lam wrote: >>> Hi Jacob, this is not your fault, but the "zz help text" in the Chinese and >>> Japanese versions are in a single huge line. This makes it impossible to >>> see what you have changed in the GitHub diffs, and impossible to tell >>> whether yo

Re: RFR: 8271356: Modify jdb to treat an empty command as a repeat of the previous command [v6]

2021-10-24 Thread Jakob Cornell
On Wed, 20 Oct 2021 03:06:00 GMT, Jakob Cornell wrote: >> This has been under discussion on and off for the past month or so on >> serviceability-dev, and I think a CSR request is required, so this may be a >> work in progress. >> >> Notes on the patch: >> >> - The `list` command previously m

Re: RFR: 8271356: Modify jdb to treat an empty command as a repeat of the previous command [v7]

2021-10-24 Thread Jakob Cornell
> This has been under discussion on and off for the past month or so on > serviceability-dev, and I think a CSR request is required, so this may be a > work in progress. > > Notes on the patch: > > - The `list` command previously marked a line in each listing with `=>`. In > a bare `list` thi

Re: RFR: 8275259: Add support for Java level DCmd [v2]

2021-10-24 Thread Denghui Dong
On Fri, 15 Oct 2021 10:58:29 GMT, Denghui Dong wrote: >> I proposed to extend DCmd to allow Java developers to customize their own >> diagnostic commands last week. >> >> At present, I have implemented a preliminary version. >> >> In the current implementation, I provided some simple APIs in t