On Mon, 22 Nov 2021 03:15:51 GMT, Joe Darcy <da...@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

Reply via email to