RFR: 8338894: Deprecate jhsdb debugd for removal
Alan Bateman
alanb at openjdk.org
Wed Sep 4 06:36:18 UTC 2024
On Tue, 3 Sep 2024 10:31:40 GMT, Kevin Walls <kevinw at openjdk.org> wrote:
>>> Maybe we can call these tags pointless. But they do give a useful check that our own code (which should be limited to the tool being deprecated here) has to be aware of and suppress the deprecation.
>>
>> If you find them useful then okay, main thing is that this is all internal to the jdk.hotspot.agent module. In some future release then this code will be removed and maybe the deprecated annotation will help identify the dead code.
>
> Yes all internal and the tags do not increase our commitment, just may help with finding edge cases. I think they are useful and cheap, thanks.
It's okay to include them in the PR but don't list them in the CSR as they aren't part of any interface, they are just internal to this module.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/20830#discussion_r1743148163
More information about the serviceability-dev
mailing list