OSDN Git Service

am b91f922c: am f3079bda: Merge "Rename unreasonable function name dmvCompilerTemplat...
[android-x86/dalvik.git] / vm / compiler / Compiler.cpp
index 66fd1b1..e18e6e6 100644 (file)
@@ -182,7 +182,7 @@ bool dvmCompilerSetupCodeCache(void)
                              MAP_PRIVATE , fd, 0);
     close(fd);
     if (gDvmJit.codeCache == MAP_FAILED) {
-        ALOGE("Failed to mmap the JIT code cache: %s", strerror(errno));
+        ALOGE("Failed to mmap the JIT code cache of size %d: %s", gDvmJit.codeCacheSize, strerror(errno));
         return false;
     }