OSDN Git Service

Revert "Revert "ART: Start RuntimeCallbacks""
authorAndreas Gampe <agampe@google.com>
Thu, 19 Jan 2017 17:49:03 +0000 (17:49 +0000)
committerAndreas Gampe <agampe@google.com>
Thu, 19 Jan 2017 23:12:06 +0000 (15:12 -0800)
commit04bbb5be5b9c0f0b3a72116353d23ea63c8bc5e9
tree51ee41e14d6bfccc88ccde91938cac901c0e39a9
parenta58bc2e74441ac89cb706b49c5a6d096df97080b
Revert "Revert "ART: Start RuntimeCallbacks""

This reverts commit bf6331a45f730e1f1044af2ce43bceda660ae6fc.

Switch to using the mutator lock.

Bug: 31684920
Test: m test-art-host-gtest-runtime_callbacks_test
Test: art/tools/run-jdwp-tests.sh --mode=host --debug
Change-Id: I6ce0f71de2aa9f90cd23cfca7723a793b560b16b
runtime/Android.bp
runtime/debugger.cc
runtime/debugger.h
runtime/runtime.cc
runtime/runtime.h
runtime/runtime_callbacks.cc [new file with mode: 0644]
runtime/runtime_callbacks.h [new file with mode: 0644]
runtime/runtime_callbacks_test.cc [new file with mode: 0644]
runtime/thread.cc
runtime/thread.h