summaryrefslogtreecommitdiff
path: root/libjava/headers.txt
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/headers.txt')
-rw-r--r--libjava/headers.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/libjava/headers.txt b/libjava/headers.txt
index afc64189ab2..c7a4caa3bf4 100644
--- a/libjava/headers.txt
+++ b/libjava/headers.txt
@@ -56,10 +56,12 @@ friend class java::lang::Class;
class java/lang/reflect/Method
prepend jmethodID _Jv_FromReflectedMethod (java::lang::reflect::Method *);
prepend jobject _Jv_JNI_ToReflectedMethod (_Jv_JNIEnv *, jclass, jmethodID, jboolean);
+prepend ::java::lang::reflect::Method *_Jv_GetReflectedMethod (jclass, _Jv_Utf8Const*, _Jv_Utf8Const*);
friend jmethodID (::_Jv_FromReflectedMethod) (java::lang::reflect::Method *);
friend jobject (::_Jv_JNI_ToReflectedMethod) (_Jv_JNIEnv *, jclass, jmethodID, jboolean);
friend class java::lang::Class;
friend class java::io::ObjectInputStream;
+friend java::lang::reflect::Method* ::_Jv_GetReflectedMethod (jclass, _Jv_Utf8Const*, _Jv_Utf8Const*);
class gnu/gcj/runtime/ExtensionClassLoader
friend class ::java::lang::ClassLoader;