OSDN Git Service

ART: Add ThreadGroup API support
authorAndreas Gampe <agampe@google.com>
Fri, 13 Jan 2017 01:34:39 +0000 (17:34 -0800)
committerAndreas Gampe <agampe@google.com>
Fri, 13 Jan 2017 16:51:24 +0000 (08:51 -0800)
commit02afcde4132070d925838bc09c0f24d1bd45273d
tree8dd0640405ad747b8721db8fbffe5f5d5622f35e
parent7e25123127b0b02678a5101d0faa18b65895d723
ART: Add ThreadGroup API support

Add support for GetThreadGroupInfo, GetThreadGroupChildren and
GetTopThreadGroups. Add tests.

Bug: 31455788
Test: m test-art-host-run-test-925-threadgroups
Change-Id: I56809c95dfd2666c2e18769a8960d6b1604274b4
12 files changed:
runtime/openjdkjvmti/Android.bp
runtime/openjdkjvmti/OpenjdkJvmTi.cc
runtime/openjdkjvmti/ti_threadgroup.cc [new file with mode: 0644]
runtime/openjdkjvmti/ti_threadgroup.h [new file with mode: 0644]
test/925-threadgroups/build [new file with mode: 0755]
test/925-threadgroups/expected.txt [new file with mode: 0644]
test/925-threadgroups/info.txt [new file with mode: 0644]
test/925-threadgroups/run [new file with mode: 0755]
test/925-threadgroups/src/Main.java [new file with mode: 0644]
test/925-threadgroups/threadgroups.cc [new file with mode: 0644]
test/Android.bp
test/Android.run-test.mk