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.249 by jsr166, Mon Jul 3 20:36:55 2017 UTC vs.
Revision 1.252 by jsr166, Tue Sep 19 22:41:18 2017 UTC

# Line 346 | Line 346
346             workDir="@{workdir}/JTwork">
347        <patternset refid="jdk@{target}.jtreg.tests"/>
348        <arg value="-Xbootclasspath/p:@{classes}" unless:set="modules"/>
349 <      <arg value="-javacoptions:--patch-module java.base=@{classes}" if:set="modules"/>
350 <      <arg value="-vmoptions:--patch-module java.base=@{classes}" if:set="modules"/>
349 >      <arg value="-javacoptions:--patch-module=java.base=@{classes}" if:set="modules"/>
350 >      <arg value="-vmoptions:--patch-module=java.base=@{classes}" if:set="modules"/>
351        <arg value="-agentvm"/>
352        <arg value="-noreport"/>
353        <arg value="-verbose:${jtreg.verbose}"/>
# Line 610 | Line 610
610        <param name="build.main.java.version" value="10"/>
611      </antcall>
612  
613 +    <!-- Clean up to avoid obscure wrong class file version bugs -->
614 +    <antcall target="clean"/>
615 +
616    </target>
617  
618  
# Line 1499 | Line 1502
1502           dest="${guava.dir}/guava-testlib-tests.jar" usetimestamp="true"/>
1503      <junit printsummary="true" showoutput="true" haltonfailure="true"
1504             jvm="${build.main.java}" fork="true">
1505 <      <jvmarg line="-ea -esa --patch-module java.base=${product.jar}"/>
1505 >      <jvmarg line="-ea -esa --patch-module=java.base=${product.jar}"/>
1506        <formatter type="brief"/>
1507        <classpath>
1508          <pathelement location="${guava.dir}/guava-testlib-tests.jar"/>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines