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.165 by jsr166, Wed Jun 17 01:55:44 2015 UTC vs.
Revision 1.166 by jsr166, Mon Aug 10 06:32:23 2015 UTC

# Line 556 | Line 556
556    </target>
557  
558  
559 +  <target name="compile-test-loops" depends="jar"
560 +          description="compile all the perf tests in src/test/loops">
561 +
562 +    <mkdir dir="${build.dir}/test/loops"/>
563 +
564 +    <javac srcdir="${basedir}/src/test/loops"
565 +           destdir="${build.dir}/test/loops"
566 +           debug="${build.debug}"
567 +           debuglevel="${build.debuglevel}"
568 +           deprecation="${build.deprecation}"
569 +           includeAntRuntime="false"
570 +           includeJavaRuntime="false"
571 +           executable="${javac9}"
572 +           fork="true">
573 +
574 +      <include name="*.java"/>
575 +      <compilerarg value="-XDignore.symbol.file=true"/>
576 +      <compilerarg value="-Xlint:all,-unchecked,-rawtypes,-serial,-deprecation"/>
577 +      <compilerarg value="-Xbootclasspath/p:${product.jar}"/>
578 +      <compilerarg line="${build.args}"/>
579 +
580 +    </javac>
581 +
582 +  </target>
583 +
584 +
585    <!-- jsr166 4jdk7 -->
586  
587    <target name="4jdk7compile"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines