RFR: JDK-8273146: Start of release updates for JDK 19

David Holmes dholmes at openjdk.java.net
Mon Nov 22 04:21:07 UTC 2021


On Mon, 22 Nov 2021 03:15:51 GMT, Joe Darcy <darcy at openjdk.org> wrote:

> The time to get JDK 19 underway draws nigh, please review this usual set of start-of-release updates, including CSRs for the javac and javax.lang.model updates:
> 
> JDK-8277512: Add SourceVersion.RELEASE_19
> https://bugs.openjdk.java.net/browse/JDK-8277512
> 
> JDK-8277514: Add source 19 and target 19 to javac
> https://bugs.openjdk.java.net/browse/JDK-8277514
> 
> Clean local tier 1 test runs for langtools, jdk, and hotspot.

Hi Joe,

I looked at all the non-sym file changes. Only one potential issue spotted.

Thanks,
David

test/langtools/tools/javac/versions/Versions.java line 91:

> 89:         SEVENTEEN(false, "61.0", "17", Versions::checksrc17),
> 90:         EIGHTEEN(false,  "62.0", "18", Versions::checksrc18),
> 91:         NINETEEN(false,  "63.0", "19", Versions::checksrc18);

checkSrc19?

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

PR: https://git.openjdk.java.net/jdk/pull/6493



More information about the build-dev mailing list