--- jsr166/build.xml 2019/10/06 17:51:03 1.305 +++ jsr166/build.xml 2022/11/25 20:33:50 1.327 @@ -19,24 +19,20 @@ itself. Because the JDK version matters and because different targets require different JDKs, we assume that users have created a hierarchy containing: - $HOME/jdk/jdk11 - $HOME/jdk/jdk12 - $HOME/jdk/jdk13 - $HOME/jdk/jdk14 + $HOME/jdk/jdk17 + $HOME/jdk/jdk19 where each of the above is a JDK or a symlink to same, and - $HOME/jdk/src/jdk11 - $HOME/jdk/src/jdk12 - $HOME/jdk/src/jdk13 - $HOME/jdk/src/jdk14 + $HOME/jdk/src/jdk17 where each of the above is a JDK source tree or a symlink to same. Alternatively, define ant variables thus: ant -Djdk$N.home=... -Djdk$N.src.home=... - for $N in 11 .. 14 ... + for $N in 17 .. 19 ... As of 2016-03, the sources in src/main are for jdk9+ only. As of 2019-08, the sources in src/main are for jdk11+ only. As of 2019-10, compatibility support for jdk8 is dropped entirely. + As of 2022-02, the sources in src/main are for jdk17+ only. ------------------------------------------------------------------------------ @@ -92,21 +88,21 @@ - - - - + + + + - - - - - + + + + + @@ -121,26 +117,18 @@ - - - - - - - - - - - - + + + + - + - - - - + + + + @@ -242,16 +230,15 @@ - - - - + + + + - @@ -264,17 +251,26 @@ - + + + + + + + - - + + + + + + - @@ -297,19 +293,11 @@ - - - - - - - - + + + + + - - - - + + - - @@ -371,25 +355,8 @@ - - + - - - - - - - - - - - - - - - - - - + + + + @@ -414,31 +383,24 @@ - - - - - - - @@ -452,13 +414,12 @@ - - + @@ -498,88 +459,28 @@ description="Runs tck and jtreg tests for src/main"/> - + depends="test17, test19, clean, test, docs" + description="Runs tck and jtreg tests for various build-time and runtime java versions"/> - - - - - - - - - - - - - + - - - - + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - - - - + + + + + @@ -662,15 +563,17 @@ https://github.com/google/error-prone/issues/1143 =================================================================== --> - + + - + + @@ -745,7 +650,8 @@ - + +