RFR: 8303151: DCmd framework cleanups
Johan Sjölen
jsjolen at openjdk.org
Fri Mar 3 13:31:14 UTC 2023
On Fri, 3 Mar 2023 04:59:44 GMT, David Holmes <dholmes at 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
LGTM, thanks for the clean up.
-------------
Marked as reviewed by jsjolen (Committer).
PR: https://git.openjdk.org/jdk/pull/12847
More information about the hotspot-runtime-dev
mailing list