> Whilst working on the DCmd code I noticed two items that could be cleaned up: > > 1. The `NMTDCmd` is registered after the call to `register_dcmds()` instead > of inside it. > > 2. The "extension" mechanism to define external DCmds (as added by > [JDK-7132515](https://bugs.openjdk.org/browse/JDK-7132515) for > `UnlockCommercialFeatures`) is no longer needed. > > Testing: tiers 1-3 > > Thanks
David Holmes has updated the pull request incrementally with one additional commit since the last revision: Relocate regoster_dcmds to DCmd class and get rid of DCmdRegistrat class ------------- Changes: - all: https://git.openjdk.org/jdk/pull/12847/files - new: https://git.openjdk.org/jdk/pull/12847/files/7f29eba9..1b1afce5 Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=12847&range=02 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=12847&range=01-02 Stats: 19 lines in 3 files changed: 5 ins; 12 del; 2 mod Patch: https://git.openjdk.org/jdk/pull/12847.diff Fetch: git fetch https://git.openjdk.org/jdk pull/12847/head:pull/12847 PR: https://git.openjdk.org/jdk/pull/12847