> 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.

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()

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

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/6902/files
  - new: https://git.openjdk.java.net/jdk/pull/6902/files/15a447bf..dad80346

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=6902&range=02
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=6902&range=01-02

  Stats: 4 lines in 1 file changed: 2 ins; 0 del; 2 mod
  Patch: https://git.openjdk.java.net/jdk/pull/6902.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/6902/head:pull/6902

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

Reply via email to