ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/build.xml
(Generate patch)

Comparing jsr166/build.xml (file contents):
Revision 1.261 by jsr166, Sat Jan 20 01:54:14 2018 UTC vs.
Revision 1.262 by jsr166, Tue Jan 23 04:59:10 2018 UTC

# Line 1474 | Line 1474
1474    </target>
1475  
1476    <!-- ant -emacs errorprone-jtreg |& grep -EA1 '(warning|error):' -->
1477 <  <!-- -XDcompilePolicy=simple or by-file avoids confusing UnusedImports -->
1477 >  <!-- -XDcompilePolicy=simple or byfile avoids confusing UnusedImports -->
1478    <target name="errorprone-jtreg"
1479            depends="jar"
1480            description="Run errorprone over jtreg tests (experimental)">
# Line 1485 | Line 1485
1485         classes="${product.jar}"
1486         verbose="all">
1487        <jtreg-elements>
1488 <        <arg value="-javacoption:-XDcompilePolicy=simple"/>
1488 >        <arg value="-javacoption:-XDcompilePolicy=byfile"/>
1489          <arg value="-javacoption:-processorpath"/>
1490          <arg value="-javacoption:${errorprone.jar}"/>
1491          <arg value="-javacoption:-Xplugin:ErrorProne

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines