r123433 - in /branches/redhat/gcc-4_1-branch/li...

aph@gcc.gnu.org aph@gcc.gnu.org
Mon Apr 2 18:21:00 GMT 2007


Author: aph
Date: Mon Apr  2 19:21:12 2007
New Revision: 123433

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

2007-03-30  Andrew Haley  <aph@redhat.com>

        * javax/management/ObjectName.java: Handle 0-length names.

2007-03-27  Andrew Haley  <aph@redhat.com>

        * javax/management/MBeanServerFactory.java: Use the domain that
        we've been passed, not the fixed string "DefaultDomain".


Modified:
    branches/redhat/gcc-4_1-branch/libjava/ChangeLog
    branches/redhat/gcc-4_1-branch/libjava/classpath/ChangeLog
    branches/redhat/gcc-4_1-branch/libjava/classpath/javax/management/MBeanServerFactory.java
    branches/redhat/gcc-4_1-branch/libjava/classpath/javax/management/ObjectName.java
    branches/redhat/gcc-4_1-branch/libjava/headers.txt
    branches/redhat/gcc-4_1-branch/libjava/java/lang/Class.h
    branches/redhat/gcc-4_1-branch/libjava/java/lang/natClass.cc
    branches/redhat/gcc-4_1-branch/libjava/java/lang/reflect/natVMProxy.cc



More information about the Gcc-cvs mailing list