OSDN Git Service

Print the JIT codegen type in the VM configuration list.
authorBen Cheng <bccheng@google.com>
Thu, 23 Sep 2010 08:23:14 +0000 (01:23 -0700)
committerBen Cheng <bccheng@google.com>
Fri, 24 Sep 2010 03:12:48 +0000 (20:12 -0700)
commit629e692379a8b12641a4402ff1c9f67af879f68e
tree50a7f073170791de0b59969994b497e91c34671c
parent4934b377d9cf5df6f80da7caab4f2178c6cec307
Print the JIT codegen type in the VM configuration list.

Example:
Configured with: debugger profiler hprof jit(armv7-a-neon) show_exception=1

So that the CPU capability on JIT-enabled devices can be exposed.

(cherry-picked from dalvik-dev)

Change-Id: I887201e7023ca94cd9c3d690f03b7b042175e6ed
vm/Dvm.mk
vm/Init.c