--- jsr166/build.xml 2020/09/15 19:09:50 1.320 +++ jsr166/build.xml 2020/12/12 18:58:10 1.321 @@ -25,6 +25,7 @@ $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 @@ -32,11 +33,12 @@ $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 .. 16 ... + 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. @@ -102,6 +104,7 @@ + @@ -114,6 +117,7 @@ + @@ -143,6 +147,7 @@ + @@ -152,7 +157,8 @@ - + + @@ -254,6 +260,7 @@ +