OSDN Git Service

ART: Allow uninitialized runtime in oat code
authorAndreas Gampe <agampe@google.com>
Fri, 22 Aug 2014 06:10:47 +0000 (23:10 -0700)
committerAndreas Gampe <agampe@google.com>
Fri, 22 Aug 2014 06:10:47 +0000 (23:10 -0700)
commitb9eb15bc4bdf87194be945dd2cf35d655b8853f7
tree6a1580f87ef4ccf0a6e5a088124678b2a7b2642d
parent39c2a379795460374b41e627257130e3c4ab961f
ART: Allow uninitialized runtime in oat code

Oatdump does not initialize a runtime. Avoid a segfault.

Bug: 17194559
Change-Id: I1a1bd3fc7762ff4714251617a975e832522fa879
runtime/oat_file.cc