summaryrefslogtreecommitdiff
path: root/runtime/openjdkjvmti/ti_method.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/openjdkjvmti/ti_method.h')
-rw-r--r--runtime/openjdkjvmti/ti_method.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/openjdkjvmti/ti_method.h b/runtime/openjdkjvmti/ti_method.h
index 7cae0bf58f..43f11f97ec 100644
--- a/runtime/openjdkjvmti/ti_method.h
+++ b/runtime/openjdkjvmti/ti_method.h
@@ -48,6 +48,10 @@ class MethodUtil {
static jvmtiError GetMethodDeclaringClass(jvmtiEnv* env,
jmethodID method,
jclass* declaring_class_ptr);
+
+ static jvmtiError GetMethodModifiers(jvmtiEnv* env,
+ jmethodID method,
+ jint* modifiers_ptr);
};
} // namespace openjdkjvmti