natVMProxy.cc (ncode_closure): Add method_index.
authorAndrew Haley <aph@redhat.com>
Wed, 18 Apr 2007 17:13:20 +0000 (17:13 +0000)
committerAndrew Haley <aph@gcc.gnu.org>
Wed, 18 Apr 2007 17:13:20 +0000 (17:13 +0000)
commitf9d6deca5b0a59b859dc88f8c40f9711c6413ad2
tree46f2005070989ff47e9a5552d64a1667a93f8cae
parent0df38d45e19aecc86c549ec57be93b7c7d9ac867
natVMProxy.cc (ncode_closure): Add method_index.

2007-04-18  Andrew Haley  <aph@redhat.com>

        * java/lang/reflect/natVMProxy.cc (ncode_closure): Add
        method_index.
        (generateProxyClass): Add field $Proxy0.m.  Store methods array in
        it.
        (run_proxy): Retrieve the method to invoke from in $Proxy0.m.
        * java/lang/Class.h: Remove _Jv_LookupProxyMethod.
        * java/lang/natClass.cc: Likewise.
        * headers.txt: Likewise.
        * java/lang/reflect/Method.h: Likewise.

From-SVN: r123954
libjava/ChangeLog
libjava/java/lang/reflect/Method.h