On Tue, 21 Dec 2021 01:26:07 GMT, Chris Plummer <cjplum...@openjdk.org> wrote:
> clhsdb lost support for the "mem" command when javascript support was removed > from SA. This PR is re-adding it by implementing it in Java. The description > of the CR contains all the details. > > Regarding the clhsdb.html changes for the "examine" command, they are just > correctly specifying the existing syntax. No change was actually made to the > syntax. > > The changes made to the "examine" command are part of a consolidation effort > to better share code between "examine" and "mem". "examine" has no functional > changes. This pull request has now been integrated. Changeset: eaefb1a1 Author: Chris Plummer <cjplum...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/eaefb1a1ed9edea440628e3a5c5483ebd52bfcb0 Stats: 157 lines in 3 files changed: 121 ins; 28 del; 8 mod 8244669: convert clhsdb "mem" command from javascript to java Reviewed-by: sspitsyn, kevinw, poonam ------------- PR: https://git.openjdk.java.net/jdk/pull/6902