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.202 by jsr166, Sat Mar 26 15:10:14 2016 UTC vs.
Revision 1.204 by jsr166, Sat Mar 26 17:21:13 2016 UTC

# Line 407 | Line 407
407        <compilerarg line="${build.args}"/>
408  
409      </javac>
410
411    <!-- We need jdk9's Contended annotation, but at compile time only -->
412    <!--
413        <delete file="${destdir}/jdk/internal/vm/annotation/Contended.class"/>
414    -->
410    </target>
411  
412  
# Line 616 | Line 611
611    <!-- Various demos and test programs -->
612  
613  
614 <  <target name="loops" depends="configure-compiler"
615 <          description="Benchmark from Doug Lea's AQS paper">
614 >  <!-- description="Benchmark from Doug Lea's AQS paper" -->
615 >  <target name="loops" depends="configure-compiler">
616  
617      <mkdir dir="${build.loops.dir}"/>
618  
# Line 941 | Line 936
936    </target>
937  
938  
939 +  <!-- Runs tck tests for jsr166-4jdk7 via junit task (dead experiment) -->
940    <target name="4jdk7-tck-junit"
941 <          depends="4jdk7compile"
946 <          description="Runs tck tests for jsr166-4jdk7 via junit task (experimental)">
941 >          depends="4jdk7compile">
942  
943      <junit printsummary="true"
944             showoutput="true"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines