This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r123953 - in /trunk/libjava: ChangeLog headers....


Author: aph
Date: Wed Apr 18 18:10:32 2007
New Revision: 123953

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=123953
Log:
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.


Modified:
    trunk/libjava/ChangeLog
    trunk/libjava/headers.txt
    trunk/libjava/java/lang/Class.h
    trunk/libjava/java/lang/natClass.cc
    trunk/libjava/java/lang/reflect/natVMProxy.cc


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]