RFR: JDK-8296149: Start of release updates for JDK 21

David Holmes dholmes at openjdk.org
Tue Nov 29 04:52:28 UTC 2022


On Tue, 1 Nov 2022 05:49:25 GMT, Joe Darcy <darcy at openjdk.org> wrote:

> Usual start-of-release updates. Symbol updates in initial version reflect JDK 20 build 21.

I looked at everything bar the sym files. All seems fine/usual.

One query below (probably one I ask each release).

Thanks.

src/java.compiler/share/classes/javax/lang/model/util/AbstractAnnotationValueVisitor14.java line 47:

> 45:  * @since 14
> 46:  */
> 47: @SupportedSourceVersion(RELEASE_21)

It is a pity these have to be updated each release. Is there no way to say `latest` here?

-------------

Marked as reviewed by dholmes (Reviewer).

PR: https://git.openjdk.org/jdk/pull/10924


More information about the compiler-dev mailing list