--- jsr166/build.xml 2020/03/02 19:36:41 1.311 +++ jsr166/build.xml 2020/12/12 18:58:10 1.321 @@ -24,17 +24,21 @@ $HOME/jdk/jdk13 $HOME/jdk/jdk14 $HOME/jdk/jdk15 + $HOME/jdk/jdk16 + $HOME/jdk/jdk17 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 + $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 .. 15 ... + for $N in 11 .. 17 ... 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 +103,8 @@ + + @@ -110,6 +116,8 @@ + + @@ -136,8 +144,10 @@ - - + + + + @@ -147,6 +157,8 @@ + + @@ -248,6 +260,8 @@ + + @@ -352,7 +366,11 @@ - + + + + + @@ -409,13 +427,14 @@ executable="${build.main.javadoc}"> - + + @@ -507,7 +526,9 @@ description="Runs tck and jtreg tests for src/main"/> @@ -570,6 +591,18 @@ + + + + + + + + + + + + @@ -618,6 +651,29 @@ + + + + + + + + + + + + + + + + + + + + + + + @@ -705,6 +761,7 @@