OSDN Git Service

Revert "Add JIT"
authorNicolas Geoffray <ngeoffray@google.com>
Tue, 24 Feb 2015 08:10:57 +0000 (08:10 +0000)
committerNicolas Geoffray <ngeoffray@google.com>
Tue, 24 Feb 2015 08:10:57 +0000 (08:10 +0000)
commita5ca888d715cd0c6c421313211caa1928be3e399
treebdb08a2cbcf277ab7f02626a23b52a3fdf272ffe
parent2535abe7d1fcdd0e6aca782b1f1932a703ed50a4
Revert "Add JIT"

Sorry, run-test crashes on target:
0-05 12:15:51.633 I/DEBUG   (27995): Abort message: 'art/runtime/mirror/art_method.cc:349] Check failed: PcIsWithinQuickCode(reinterpret_cast<uintptr_t>(code), pc) java.lang.Throwable java.lang.Throwable.fillInStackTrace() pc=71e3366b code=0x71e3362d size=ad000000'
10-05 12:15:51.633 I/DEBUG   (27995):     r0 00000000  r1 0000542b  r2 00000006  r3 00000000
10-05 12:15:51.633 I/DEBUG   (27995):     r4 00000006  r5 b6f9addc  r6 00000002  r7 0000010c
10-05 12:15:51.633 I/DEBUG   (27995):     r8 b63fe1e8  r9 be8e1418  sl b6427400  fp b63fcce0
10-05 12:15:51.633 I/DEBUG   (27995):     ip 0000542b  sp be8e1358  lr b6e9a27b  pc b6e9c280  cpsr 40070010
10-05 12:15:51.633 I/DEBUG   (27995):

Bug: 17950037
This reverts commit 2535abe7d1fcdd0e6aca782b1f1932a703ed50a4.

Change-Id: I6f88849bc6f2befed0c0aaa0b7b2a08c967a83c3
83 files changed:
.gitignore
build/Android.common_build.mk
cmdline/cmdline_parser_test.cc
cmdline/cmdline_types.h
compiler/Android.mk
compiler/common_compiler_test.cc
compiler/compiled_method.cc
compiler/compiled_method.h
compiler/dex/global_value_numbering_test.cc
compiler/dex/gvn_dead_code_elimination_test.cc
compiler/dex/local_value_numbering.h
compiler/dex/local_value_numbering_test.cc
compiler/dex/mir_analysis.cc
compiler/dex/mir_dataflow.cc
compiler/dex/mir_field_info.cc
compiler/dex/mir_field_info.h
compiler/dex/mir_graph.cc
compiler/dex/mir_graph.h
compiler/dex/mir_method_info.cc
compiler/dex/mir_method_info.h
compiler/dex/mir_optimization.cc
compiler/dex/mir_optimization_test.cc
compiler/dex/quick/dex_file_method_inliner.cc
compiler/dex/quick/gen_common.cc
compiler/dex/quick/gen_invoke.cc
compiler/dex/quick/mir_to_lir.cc
compiler/dex/quick/quick_compiler.cc
compiler/dex/verification_results.cc
compiler/dex/verified_method.cc
compiler/dex/verified_method.h
compiler/dex/vreg_analysis.cc
compiler/driver/compiler_driver-inl.h
compiler/driver/compiler_driver.cc
compiler/driver/compiler_driver.h
compiler/jit/jit_compiler.cc [deleted file]
compiler/jit/jit_compiler.h [deleted file]
compiler/oat_writer.cc
compiler/oat_writer.h
compiler/utils/dex_instruction_utils.h [moved from runtime/dex_instruction_utils.h with 82% similarity]
runtime/Android.mk
runtime/base/logging.h
runtime/base/mutex.h
runtime/class_linker.cc
runtime/debugger.cc
runtime/dex_file.h
runtime/gc/heap.cc
runtime/gc/space/image_space.cc
runtime/instrumentation.cc
runtime/instrumentation.h
runtime/interpreter/interpreter_goto_table_impl.cc
runtime/java_vm_ext.cc
runtime/jit/jit.cc [deleted file]
runtime/jit/jit.h [deleted file]
runtime/jit/jit_code_cache.cc [deleted file]
runtime/jit/jit_code_cache.h [deleted file]
runtime/jit/jit_instrumentation.cc [deleted file]
runtime/jit/jit_instrumentation.h [deleted file]
runtime/mirror/art_field.cc
runtime/mirror/art_method-inl.h
runtime/mirror/art_method.cc
runtime/mirror/art_method.h
runtime/oat_file.cc
runtime/oat_file.h
runtime/object_lock.cc
runtime/parsed_options.cc
runtime/profiler.cc
runtime/quick/inline_method_analyser.cc
runtime/runtime.cc
runtime/runtime.h
runtime/runtime_options.def
runtime/runtime_options.h
runtime/signal_catcher.cc
runtime/thread.cc
runtime/trace.cc
runtime/trace.h
runtime/transaction.cc
runtime/utils.cc
runtime/verifier/method_verifier.cc
runtime/verifier/method_verifier.h
test/Android.run-test.mk
test/etc/run-test-jar
test/run-all-tests
test/run-test