Integrated: 8330182: Start of release updates for JDK 24
Chen Liang
liach at openjdk.org
Mon Oct 28 20:59:58 UTC 2024
On Mon, 15 Apr 2024 19:01:08 GMT, Joe Darcy <darcy 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.
src/jdk.compiler/share/data/symbols/jdk.incubator.foreign-N.sym.txt line 1:
> 1: #
Just curious, does CreateSymbols not track module migrations, now that jdk.incubator.foreign is completely merged into java.base?
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/18787#discussion_r1567955182
PR Review Comment: https://git.openjdk.org/jdk/pull/18787#discussion_r1621274290
More information about the build-dev
mailing list