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.251 by jsr166, Tue Sep 19 19:47:20 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  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines