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

Chris Plummer cjplummer at openjdk.java.net
Tue Oct 19 22:08:07 UTC 2021


On Tue, 19 Oct 2021 21:52:14 GMT, Ioi Lam <iklam at openjdk.org> 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 you made any typos in the process.
> > 
> > 
> > I'd suggest you just undo the change. As mentioned earlier, localization is not your responsibility, and this lack of localization won't cause jdb to not run properly. It will just be missing some help text.
> 
> Sounds good to me, too. Just remember to file a bug to update the localized text.

The file is in an internal list that is suppose to be automatically checked to see what has changed since the last time we localized (it may not be done every release), so there should be no need for a CR.

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

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


More information about the serviceability-dev mailing list