RFR: 8303151: DCmd framework cleanups
David Holmes
dholmes at openjdk.org
Sat Mar 4 08:50:44 UTC 2023
On Fri, 3 Mar 2023 06:17:14 GMT, Yi Yang <yyang at openjdk.org> wrote:
> Is it possible to remove DCmdRegistrant too?
Thanks for looking at this. Yes this would be possible I think. Not sure why the `DCmdRegistrant` class was considered necessary ... probably to support alternative implementations of `register_dcmd_ext()`. I think it could reside in the DCmd class.
-------------
PR: https://git.openjdk.org/jdk/pull/12847
More information about the hotspot-runtime-dev
mailing list