diff options
Diffstat (limited to 'test/ti-agent/common_helper.h')
| -rw-r--r-- | test/ti-agent/common_helper.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/ti-agent/common_helper.h b/test/ti-agent/common_helper.h index 76543fed23..642ca03274 100644 --- a/test/ti-agent/common_helper.h +++ b/test/ti-agent/common_helper.h @@ -65,6 +65,8 @@ static jobjectArray CreateObjectArray(JNIEnv* env, void SetAllCapabilities(jvmtiEnv* env); +bool JvmtiErrorToException(JNIEnv* env, jvmtiError error); + } // namespace art #endif // ART_TEST_TI_AGENT_COMMON_HELPER_H_ |