OSDN Git Service

Fix some incorrect IsCompiler instead of IsAotCompiler
authorMathieu Chartier <mathieuc@google.com>
Thu, 5 Mar 2015 21:20:54 +0000 (13:20 -0800)
committerMathieu Chartier <mathieuc@google.com>
Thu, 5 Mar 2015 21:25:51 +0000 (13:25 -0800)
commit184c9dc3bfc500134fdb2fbea0a7fab290c0abb0
tree753a040fa1ef43651dd36fc4dfeb9377dc88e481
parent66b26662ad0c52c648c9b5ea4a99149091e842b4
Fix some incorrect IsCompiler instead of IsAotCompiler

Fixes jdwp related issues (DDMS) when JIT is enabled.

Bug: 19623297
Change-Id: I36139c70a97b529135febcf01b227e7ab9affacc
runtime/gc/collector/concurrent_copying.cc
runtime/jdwp/jdwp_main.cc
runtime/runtime.cc