diff options
Diffstat (limited to 'test/901-hello-ti-agent/basics.cc')
-rw-r--r-- | test/901-hello-ti-agent/basics.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/901-hello-ti-agent/basics.cc b/test/901-hello-ti-agent/basics.cc index 21dcf98ba7..2edd91eb66 100644 --- a/test/901-hello-ti-agent/basics.cc +++ b/test/901-hello-ti-agent/basics.cc @@ -127,7 +127,7 @@ jint OnLoad(JavaVM* vm, printf("Unable to get jvmti env!\n"); return 1; } - SetAllCapabilities(jvmti_env); + SetStandardCapabilities(jvmti_env); jvmtiPhase current_phase; jvmtiError phase_result = jvmti_env->GetPhase(¤t_phase); |