diff options
Diffstat (limited to 'libjava/headers.txt')
| -rw-r--r-- | libjava/headers.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libjava/headers.txt b/libjava/headers.txt index c7a4caa3bf4..3e08f175889 100644 --- a/libjava/headers.txt +++ b/libjava/headers.txt @@ -57,11 +57,13 @@ 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*); +prepend ::java::lang::reflect::Method *_Jv_LookupProxyMethod (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*); +friend java::lang::reflect::Method* ::_Jv_LookupProxyMethod (jclass, _Jv_Utf8Const *, _Jv_Utf8Const *); class gnu/gcj/runtime/ExtensionClassLoader friend class ::java::lang::ClassLoader; |

