OSDN Git Service

Add capabilities for jvmti.
authorAlex Light <allight@google.com>
Wed, 17 Aug 2016 16:56:24 +0000 (09:56 -0700)
committerAlex Light <allight@google.com>
Thu, 10 Nov 2016 17:21:55 +0000 (09:21 -0800)
commite657424ab0105227358422452f566c3e72a77c8b
tree9c9f4cf22b865fb172ce82d2d6035feb03b96993
parentee59d46595bb860fea26122f47f8797d2d0fe5f4
Add capabilities for jvmti.

Make a skeleton for jvmti capabilities.

Bug: 31455788
Test: m -j40 test-art-host

Change-Id: Ia1f96450d8a1ee59b9db66cf65492154d61fab48
14 files changed:
runtime/openjdkjvmti/OpenjdkJvmTi.cc
runtime/openjdkjvmti/art_jvmti.h
test/902-hello-transformation/transform.cc
test/903-hello-tagging/tagging.cc
test/904-object-allocation/tracking.cc
test/905-object-free/tracking_free.cc
test/906-iterate-heap/iterate_heap.cc
test/907-get-loaded-classes/get_loaded_classes.cc
test/908-gc-start-finish/gc_callbacks.cc
test/910-methods/methods.cc
test/911-get-stack-trace/stack_trace.cc
test/912-classes/classes.cc
test/913-heaps/heaps.cc
test/ti-agent/common_helper.h