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]

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


Author: aph
Date: Mon Apr  2 17:36:52 2007
New Revision: 123431

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=123431
Log:
2007-04-02  Andrew Haley  <aph@redhat.com>

        * java/lang/reflect/natVMProxy.cc (run_proxy): Use
        _Jv_LookupProxyMethod to find the Method.
        If parameter_types->length == 0, pass a null paramameter list,
        not a zero-length parameter list.
        * java/lang/natClass.cc (_Jv_LookupProxyMethod): New function.
        * java/lang/Class.h (_Jv_LookupProxyMethod): Declare.


Modified:
    trunk/libjava/ChangeLog
    trunk/libjava/headers.txt
    trunk/libjava/java/lang/Class.h
    trunk/libjava/java/lang/VMCompiler.h
    trunk/libjava/java/lang/natClass.cc
    trunk/libjava/java/lang/reflect/Method.h
    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]