Integrated: 8330182: Start of release updates for JDK 24
Joe Darcy
darcy at openjdk.org
Mon Oct 28 20:59:58 UTC 2024
On Tue, 16 Apr 2024 21:21:43 GMT, Chen Liang <liach at openjdk.org> wrote:
>> Get JDK 24 underway.
>
> src/java.base/share/classes/java/lang/classfile/ClassFile.java line 1481:
>
>> 1479: int JAVA_23_VERSION = 67;
>> 1480:
>> 1481: /** 68 */
>
> We need `@since 24` here.
Ah, good catch; looks like I was treating that as an internal API element when it is indeed a public API element. I've filed JDK-8330458 to fix-up the Java 23 constant as well.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/18787#discussion_r1568231344
More information about the build-dev
mailing list