We still need to provide an image.

Otherwise, dalvikvm does not have enough resources to
create it at runtime.

Change-Id: Ifb064e5c1e7b4f452c9562cd856231e8776950c7
diff --git a/tools/run-jdwp-tests.sh b/tools/run-jdwp-tests.sh
index 80f0402..de27a6f 100755
--- a/tools/run-jdwp-tests.sh
+++ b/tools/run-jdwp-tests.sh
@@ -39,7 +39,7 @@
 image_compiler_option=""
 debug="no"
 verbose="no"
-image=""
+image="-Ximage:/data/art-test/core-jit.art"
 vm_args=""
 # By default, we run the whole JDWP test suite.
 test="org.apache.harmony.jpda.tests.share.AllTests"