diff options
Diffstat (limited to 'openjdkjvmti/ti_object.h')
| -rw-r--r-- | openjdkjvmti/ti_object.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openjdkjvmti/ti_object.h b/openjdkjvmti/ti_object.h index fa3bd0f51a..977ec3950f 100644 --- a/openjdkjvmti/ti_object.h +++ b/openjdkjvmti/ti_object.h @@ -42,6 +42,8 @@ class ObjectUtil { static jvmtiError GetObjectSize(jvmtiEnv* env, jobject object, jlong* size_ptr); static jvmtiError GetObjectHashCode(jvmtiEnv* env, jobject object, jint* hash_code_ptr); + + static jvmtiError GetObjectMonitorUsage(jvmtiEnv* env, jobject object, jvmtiMonitorUsage* usage); }; } // namespace openjdkjvmti |