Workaround for Hotspot bug that lets tests run without -Xint, from Steven Parkes
[zxing.git] / core / build.xml
index 05e43d7..566ff8c 100644 (file)
       <assertions>
         <enable/>
       </assertions>
-      <jvmarg value="-Xint"/> <!-- works around weird JIT bug in Java 6 -->
       <batchtest>
         <fileset dir="test/src">
           <include name="**/${subdir}/*BlackBox*TestCase.java"/>