OSDN Git Service

Revert "Revert "Write conflict tables in image""
authorMathieu Chartier <mathieuc@google.com>
Thu, 28 Apr 2016 16:44:54 +0000 (09:44 -0700)
committerMathieu Chartier <mathieuc@google.com>
Thu, 28 Apr 2016 18:48:19 +0000 (11:48 -0700)
commitcdca476bf3394ce9d97a369e84e701b427009318
tree255b537324a89554bf3d1078edf5eea5858cea37
parentba20abcd1bf567bac34b82794c3630a0ca81be3d
Revert "Revert "Write conflict tables in image""

Added test.

Bug: 27906566

This reverts commit 8e2478d23e89a7022c93ddc608dcbba7b29b91e6.

Change-Id: I0894f5f7cd11af29ed9d0345b51f527fc8a41d19
31 files changed:
compiler/common_compiler_test.cc
compiler/driver/compiled_method_storage_test.cc
compiler/driver/compiler_driver.cc
compiler/driver/compiler_driver.h
compiler/image_writer.cc
compiler/image_writer.h
compiler/jit/jit_compiler.cc
compiler/linker/relative_patcher_test.h
compiler/oat_test.cc
dex2oat/dex2oat.cc
oatdump/oatdump.cc
patchoat/patchoat.cc
patchoat/patchoat.h
runtime/arch/stub_test.cc
runtime/art_method.h
runtime/class_linker.cc
runtime/class_linker.h
runtime/entrypoints/quick/quick_trampoline_entrypoints.cc
runtime/gc/space/image_space.cc
runtime/image-inl.h
runtime/image.cc
runtime/image.h
runtime/runtime.cc
runtime/runtime.h
runtime/stack.cc
runtime/thread.cc
runtime/thread.h
test/803-no-super/expected.txt [new file with mode: 0644]
test/803-no-super/info.txt [new file with mode: 0644]
test/803-no-super/smali/nosuper1.smali [new file with mode: 0644]
test/803-no-super/src/Main.java [new file with mode: 0644]