--- jsr166/build.xml 2020/06/05 00:59:33 1.315 +++ jsr166/build.xml 2020/06/19 17:40:45 1.316 @@ -24,17 +24,19 @@ $HOME/jdk/jdk13 $HOME/jdk/jdk14 $HOME/jdk/jdk15 + $HOME/jdk/jdk16 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/jdk15 + $HOME/jdk/src/jdk16 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 .. 15 ... + for $N in 11 .. 16 ... 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. @@ -99,6 +101,7 @@ + @@ -110,6 +113,7 @@ + @@ -138,6 +142,7 @@ + @@ -147,6 +152,7 @@ + @@ -248,6 +254,7 @@ + @@ -511,7 +518,9 @@ description="Runs tck and jtreg tests for src/main"/> @@ -574,6 +583,18 @@ + + + + + + + + + + + + @@ -618,6 +639,18 @@ + + + + + + + + + + + +