OSDN Git Service

Avoid handle-less fields in ClassLinker::InitializeClass()
authorHiroshi Yamauchi <yamauchi@google.com>
Thu, 21 Aug 2014 22:59:43 +0000 (15:59 -0700)
committerHiroshi Yamauchi <yamauchi@google.com>
Thu, 21 Aug 2014 23:00:27 +0000 (16:00 -0700)
commit67ef46adfb2c4990832e23aebeb9c0582d8519c4
tree07f95a8a9c022c547842d43fedd155cbaff4df33
parented9fe4ffd9516cfb01b53a3a2c81d3e223ee352c
Avoid handle-less fields in ClassLinker::InitializeClass()

There were some handle-less fields in a SafeMap across GC points.

Bug: 12687968
Change-Id: Ib8c6527d4e23031f1d0074fa11d8f85499b68340
runtime/class_linker.cc
runtime/class_linker.h
runtime/dex_file.cc
runtime/dex_file.h