OSDN Git Service

Revert "Implement on-stack replacement for arm/arm64/x86/x86_64."
authorDavid Brazdil <dbrazdil@google.com>
Fri, 5 Feb 2016 15:46:42 +0000 (15:46 +0000)
committerDavid Brazdil <dbrazdil@google.com>
Fri, 5 Feb 2016 15:46:42 +0000 (15:46 +0000)
commitbd89a5c556324062b7d841843b039392e84cfaf4
tree185a1604d29d715aa3ac8e0284343bf8d538ef3e
parent891bc286963892ed96134ca1adb7822737af9710
Revert "Implement on-stack replacement for arm/arm64/x86/x86_64."

DCHECK whether loop headers are covered fails.

This reverts commit 891bc286963892ed96134ca1adb7822737af9710.

Change-Id: I0f9a90630b014b16d20ba1dfba31ce63e6648021
38 files changed:
compiler/compiler.h
compiler/jit/jit_compiler.cc
compiler/jit/jit_compiler.h
compiler/optimizing/builder.cc
compiler/optimizing/builder.h
compiler/optimizing/code_generator.cc
compiler/optimizing/code_generator.h
compiler/optimizing/inliner.cc
compiler/optimizing/nodes.cc
compiler/optimizing/nodes.h
compiler/optimizing/optimizing_compiler.cc
runtime/arch/arm/quick_entrypoints_arm.S
runtime/arch/arm64/quick_entrypoints_arm64.S
runtime/arch/x86/quick_entrypoints_x86.S
runtime/arch/x86_64/quick_entrypoints_x86_64.S
runtime/art_method.cc
runtime/entrypoints/entrypoint_utils.cc
runtime/interpreter/interpreter_goto_table_impl.cc
runtime/interpreter/interpreter_switch_impl.cc
runtime/jit/jit.cc
runtime/jit/jit.h
runtime/jit/jit_code_cache.cc
runtime/jit/jit_code_cache.h
runtime/jit/jit_instrumentation.cc
runtime/jit/jit_instrumentation.h
runtime/oat_quick_method_header.h
runtime/runtime.cc
runtime/stack.cc
runtime/stack_map.h
runtime/thread.cc
runtime/thread.h
test/570-checker-osr/expected.txt [deleted file]
test/570-checker-osr/info.txt [deleted file]
test/570-checker-osr/osr.cc [deleted file]
test/570-checker-osr/smali/Osr.smali [deleted file]
test/570-checker-osr/src/DeoptimizationController.java [deleted file]
test/570-checker-osr/src/Main.java [deleted file]
test/Android.libarttest.mk