OSDN Git Service

Add skeleton of a jvmti plugin for art.
authorAlex Light <allight@google.com>
Thu, 11 Aug 2016 22:35:28 +0000 (15:35 -0700)
committerAlex Light <allight@google.com>
Wed, 17 Aug 2016 17:50:37 +0000 (10:50 -0700)
commit49948e9d4e66e68ea077031f9aa80b6c332bd673
treecc50d0259b02d3021241f74ed659f74f52771268
parent3f410202b177416c785e6172138a265a91c81b0a
Add skeleton of a jvmti plugin for art.

Test: mma test-art-host-run-test-901-hello-ti-agent
Change-Id: If6807b6238d57471e4ba0dd75c717721246443f6
21 files changed:
Android.mk
build/Android.common_path.mk
build/Android.cpplint.mk
runtime/Android.mk
runtime/openjdkjvmti/Android.mk [new file with mode: 0644]
runtime/openjdkjvmti/MODULE_LICENSE_GPL_WITH_CLASSPATH_EXCEPTION [new file with mode: 0644]
runtime/openjdkjvmti/NOTICE [new file with mode: 0644]
runtime/openjdkjvmti/OpenjdkJvmTi.cc [new file with mode: 0644]
runtime/openjdkjvmti/README.md [new file with mode: 0644]
runtime/openjdkjvmti/jvmti.h [new file with mode: 0644]
runtime/ti/agent.cc
test/901-hello-ti-agent/basics.cc [new file with mode: 0644]
test/901-hello-ti-agent/basics.h [new file with mode: 0644]
test/901-hello-ti-agent/build [new file with mode: 0755]
test/901-hello-ti-agent/expected.txt [new file with mode: 0644]
test/901-hello-ti-agent/info.txt [new file with mode: 0644]
test/901-hello-ti-agent/run [new file with mode: 0755]
test/901-hello-ti-agent/src/Main.java [new file with mode: 0644]
test/Android.libtiagent.mk [new file with mode: 0644]
test/Android.run-test.mk
test/ti-agent/common_load.cc [new file with mode: 0644]