From 3b557e62292932f1cc132df9dd5b42b18cc97ea6 Mon Sep 17 00:00:00 2001 From: srowen Date: Tue, 15 Sep 2009 09:06:45 +0000 Subject: [PATCH] Run tests with -Xint to work around weird JIT bug in Java 6, which causes ArithmeticException failure in a few QR code tests git-svn-id: https://zxing.googlecode.com/svn/trunk@1054 59b500cc-1b3d-0410-9834-0bbf25fbcc57 --- core/build.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/build.xml b/core/build.xml index 95e79c8a3..a042e7832 100644 --- a/core/build.xml +++ b/core/build.xml @@ -35,7 +35,7 @@ deprecation="true" fork="true"/> - @@ -116,6 +116,7 @@ + @@ -137,6 +138,7 @@ +