On Tue, 16 Apr 2024 21:21:43 GMT, Chen Liang <li...@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