RFR: 8332098: Add missing `@since` tags to `jdk.jdi`
Alan Bateman
alanb at openjdk.org
Mon May 13 06:52:16 UTC 2024
On Sun, 12 May 2024 01:58:38 GMT, Nizar Benalla <duke at openjdk.org> wrote:
> Please review this simple change where I add `@since` tags to the package-info file of the following packages
> ```com.sun.jdi
> com.sun.jdi.connect
> com.sun.jdi.connect.spi
> com.sun.jdi.event
> com.sun.jdi.request
>
> I used the unix `grep` command to find the oldest `@since` in each package and used that value, as it's hard to get the source code of JDK 1-5
> TIA
Marked as reviewed by alanb (Reviewer).
JPDA was added to the JDK in JDK 1.3. The support for pluggable connectors (added com.sun.jdi.connect.spi package) was JDK 5. So I think this looks okay.
-------------
PR Review: https://git.openjdk.org/jdk/pull/19200#pullrequestreview-2051829289
PR Comment: https://git.openjdk.org/jdk/pull/19200#issuecomment-2106779971
More information about the serviceability-dev
mailing list