aboutsummaryrefslogtreecommitdiff
path: root/libjava/headers.txt
diff options
context:
space:
mode:
authorAndrew Haley <aph@redhat.com>2007-03-05 16:06:27 +0000
committerAndrew Haley <aph@gcc.gnu.org>2007-03-05 16:06:27 +0000
commita29114a3bec5458073c39a324324868d4bac2d24 (patch)
treedb2cc96f747dfe385b80f218bee0aca23560701e /libjava/headers.txt
parentf4a2a1deec8e1c2c8f9ed80d166a37341fbafd19 (diff)
downloadgcc-a29114a3bec5458073c39a324324868d4bac2d24.zip
gcc-a29114a3bec5458073c39a324324868d4bac2d24.tar.gz
gcc-a29114a3bec5458073c39a324324868d4bac2d24.tar.bz2
natVMProxy.cc (ncode_closure.meth): Delete.
2007-03-05 Andrew Haley <aph@redhat.com> * java/lang/reflect/natVMProxy.cc (ncode_closure.meth): Delete. (generateProxyClass): Don't pass method to ncode. (run_proxy): Call _Jv_GetReflectedMethod to find the proxy method. * java/lang/reflect/Method.h: Rebuild. * java/lang/reflect/Method.java (internalGetParameterTypes, internalGetExceptionTypes): New methods. * headers.txt (class java/lang/reflect/Method): Declare _Jv_GetReflectedMethod. Be its friend. * java/lang/natClass.cc (_Jv_GetReflectedMethod): New method. * java/lang/Class.h: Declare it. Be its friend. From-SVN: r122554
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 afc6418..c7a4caa 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;