OSDN Git Service

Revert "Revert "Fix an outstanding compaction bug in interpreter.""
authorMathieu Chartier <mathieuc@google.com>
Thu, 22 May 2014 23:48:55 +0000 (16:48 -0700)
committerMathieu Chartier <mathieuc@google.com>
Fri, 23 May 2014 19:55:45 +0000 (12:55 -0700)
commit0cd81352a7c06e381951cea1b104fd73516f4341
treefcc8ff9cdeb608d0913097aa1fb64d1879f11ffa
parentdfd301f19800a4f168283cf2d0b15b2c09071955
Revert "Revert "Fix an outstanding compaction bug in interpreter.""

Fixed the generic trampoline to not use ToJObject when unnecessary.

Bug: 15167269

This reverts commit 3bdb873122964da7937eb070cbcf2ef638a8e459.

Change-Id: I0525d0e0f3afb753c770e1572070a0fa22b02271
38 files changed:
compiler/common_compiler_test.h
compiler/driver/compiler_driver-inl.h
compiler/driver/compiler_driver.cc
compiler/driver/compiler_driver.h
compiler/driver/compiler_driver_test.cc
compiler/elf_writer_mclinker.cc
compiler/image_writer.cc
compiler/oat_test.cc
compiler/oat_writer.cc
oatdump/oatdump.cc
runtime/class_linker-inl.h
runtime/class_linker.cc
runtime/class_linker.h
runtime/class_linker_test.cc
runtime/entrypoints/entrypoint_utils.h
runtime/entrypoints/interpreter/interpreter_entrypoints.cc
runtime/entrypoints/portable/portable_invoke_entrypoints.cc
runtime/entrypoints/portable/portable_trampoline_entrypoints.cc
runtime/entrypoints/quick/quick_trampoline_entrypoints.cc
runtime/handle.h
runtime/interpreter/interpreter.cc
runtime/interpreter/interpreter_common.cc
runtime/interpreter/interpreter_common.h
runtime/jni_internal.cc
runtime/jni_internal.h
runtime/mirror/array.cc
runtime/mirror/array.h
runtime/mirror/art_method.cc
runtime/mirror/art_method.h
runtime/mirror/stack_trace_element.cc
runtime/mirror/stack_trace_element.h
runtime/mirror/string.cc
runtime/mirror/string.h
runtime/monitor.cc
runtime/monitor.h
runtime/native/dalvik_system_VMRuntime.cc
runtime/verifier/method_verifier.cc
runtime/verifier/method_verifier.h