--- jsr166/build.xml 2018/01/23 04:59:10 1.262 +++ jsr166/build.xml 2019/08/10 16:48:04 1.301 @@ -1,5 +1,6 @@ @@ -19,22 +20,25 @@ targets require different JDKs, we assume that users have created a hierarchy containing: $HOME/jdk/jdk8 - $HOME/jdk/jdk9 - $HOME/jdk/jdk10 $HOME/jdk/jdk11 + $HOME/jdk/jdk12 + $HOME/jdk/jdk13 + $HOME/jdk/jdk14 where each of the above is a JDK or a symlink to same, and $HOME/jdk/src/jdk8 - $HOME/jdk/src/jdk9 - $HOME/jdk/src/jdk10 $HOME/jdk/src/jdk11 + $HOME/jdk/src/jdk12 + $HOME/jdk/src/jdk13 + $HOME/jdk/src/jdk14 where each of the above is a complete JDK source tree (e.g. mercurial forest) or a symlink to same. Alternatively, define ant variables thus: ant -Djdk$N.home=... -Djdk$N.src.home=... - for $N in 8 9 10 ... + for $N in 8 .. 14 ... 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. ------------------------------------------------------------------------------ @@ -52,7 +56,6 @@ - @@ -103,7 +106,7 @@ - + @@ -129,24 +132,23 @@ - - - - + + + - - - - + + + + @@ -190,22 +192,22 @@ - - - - - - - + + + + + + + + + - - - - - + + + @@ -238,7 +240,7 @@ - + @@ -305,41 +307,31 @@ - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + - - - - - + + + + + - + @@ -354,7 +346,7 @@ - + @@ -384,29 +376,32 @@ + - - - - - - - - - - - + + + + + + + + + + - + - + + @@ -475,35 +471,33 @@ + - + - - - - - - - - - + + + + + + + + - - - - + + @@ -513,28 +507,6 @@ description="Puts all distributable products in single hierarchy"/> - - - - - - - - - - - - - - - - - - - - @@ -563,7 +535,7 @@ description="Runs tck tests for src/main directly"> @@ -597,7 +569,7 @@ depends="jar" description="Runs jtreg tests for src/main using the jtreg ant task"> @@ -606,38 +578,119 @@ depends="tck, tck-parallelism-1, tck-parallelism-0, jtreg" description="Runs tck and jtreg tests for src/main"/> - + + - - - + + + + + + + + + + + + + + + + + + + + + + - + + + + + + + + + + + + - - + + + + + + + + + - - + + + + + + + + + - - + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -660,37 +713,6 @@ - - - - - - - - - - - - - - - - - - - - - - - @@ -845,15 +867,11 @@ - - - - - - - - - + + + + + @@ -1383,14 +1401,14 @@ - - - - - + + + + + - + @@ -1398,29 +1416,41 @@ - + + + + + + + + - - + -Xep:ClassName:ERROR + -Xep:LongLiteralLowerCaseSuffix:ERROR + -Xep:RedundantThrows:ERROR + -Xep:IdentityBinaryExpression:WARN + -Xep:ConstructorInvokesOverridable:WARN + -Xep:MethodCanBeStatic:WARN + ${errorprone.jsr166.user.flags}"/> + + - + + + + + @@ -1460,11 +1494,14 @@ - + + + + @@ -1480,17 +1517,18 @@ description="Run errorprone over jtreg tests (experimental)"> - + - +