OSDN Git Service

Suppress warning if JIT disabled
authorbuzbee <buzbee@google.com>
Sun, 21 Jul 2013 18:45:37 +0000 (11:45 -0700)
committerbuzbee <buzbee@google.com>
Sun, 21 Jul 2013 18:45:37 +0000 (11:45 -0700)
commitb6ffb72838cc4a8f60028c21ed740c5f48c89c80
tree250e2bf7f79134ebd2ff05654c8d0ca8cdc1a9fe
parent5c854a6aa7e4e9aed912f209dd5cde4fab63519a
Suppress warning if JIT disabled

Setting gDvmJit.code_cache_size=0 disables the JIT, but also
causes a warning.  This change disables the JIT earlier in the
startup process, avoiding the warning.

Change-Id: Id6acd32dc0067218d503add90119008c953c4ea5
vm/Init.cpp