RFR: 8335727: since-checker: Add `@since` tags to ClassFile::transformClass and CodeBuilder
Nizar Benalla
nbenalla at openjdk.org
Mon Jul 8 10:18:32 UTC 2024
On Thu, 4 Jul 2024 18:04:27 GMT, Nizar Benalla <nbenalla at openjdk.org> wrote:
> Please review this simple doc only change.
> Some methods in ClassFile API were renamed recently as part of [JDK-8335290](https://bugs.openjdk.org/browse/JDK-8335290) and [JDK-8335110](https://bugs.openjdk.org/browse/JDK-8335110) and need to have `@since 24`, as they are essentially new methods.
>
> Thanks!
Thank you, I created this PR because the test in #18934 failed when I was running it. If ClassFile goes final before the checker is integrated then this should be fine.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/20041#issuecomment-2213612055
More information about the core-libs-dev
mailing list