OSDN Git Service

Re-enable adding intern table to image
authorMathieu Chartier <mathieuc@google.com>
Tue, 29 Dec 2015 21:17:37 +0000 (13:17 -0800)
committerMathieu Chartier <mathieuc@google.com>
Wed, 6 Jan 2016 18:17:01 +0000 (10:17 -0800)
commitea0831f60d26e3297e6463634a9fbb6384f00661
tree6b970dced071048d59d1857e4703521d76566f99
parent664d7cfba0e734ba8917c260e424ea559b7e8f9f
Re-enable adding intern table to image

Changed intern table to have a stack of tables similarily to
ClassTable. Adding an image intern table adds to the front of the
intern table stack. Also some cleanup.

Bug: 26317072

Change-Id: I7bbf9485b5dbbbf3707fed21e29de3beccfb8705
compiler/image_writer.cc
compiler/image_writer.h
patchoat/patchoat.cc
runtime/gc/heap.cc
runtime/intern_table.cc
runtime/intern_table.h
runtime/runtime.cc