commit | e657424ab0105227358422452f566c3e72a77c8b | [log] [tgz] |
---|---|---|
author | Alex Light <allight@google.com> | Wed Aug 17 09:56:24 2016 -0700 |
committer | Alex Light <allight@google.com> | Thu Nov 10 09:21:55 2016 -0800 |
tree | 9c9f4cf22b865fb172ce82d2d6035feb03b96993 | |
parent | ee59d46595bb860fea26122f47f8797d2d0fe5f4 [diff] [blame] |
Add capabilities for jvmti. Make a skeleton for jvmti capabilities. Bug: 31455788 Test: m -j40 test-art-host Change-Id: Ia1f96450d8a1ee59b9db66cf65492154d61fab48
diff --git a/test/911-get-stack-trace/stack_trace.cc b/test/911-get-stack-trace/stack_trace.cc index a30416d..e7d9380 100644 --- a/test/911-get-stack-trace/stack_trace.cc +++ b/test/911-get-stack-trace/stack_trace.cc
@@ -87,6 +87,7 @@ printf("Unable to get jvmti env!\n"); return 1; } + SetAllCapabilities(jvmti_env); return 0; }