The message from this sender included one or more files which could not be scanned for virus detection; do not open these files unless you are certain of the sender's intent.
---------------------------------------------------------------------- On Sun, 5 Mar 2023 05:46:37 GMT, David Holmes <dhol...@openjdk.org> wrote: >> 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 Thanks for doing this. Looks good to me. ------------- Marked as reviewed by yyang (Committer). PR: https://git.openjdk.org/jdk/pull/12847