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]

r123865 - in /trunk/libjava/classpath/lib: java...


Author: aph
Date: Mon Apr 16 14:48:26 2007
New Revision: 123865

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

        * org/omg/IOP/TaggedComponentHelper.java (read): Use
        read_octet_array(), not read().
        (write): Use write_octet_array(), not write().

        * org/omg/PortableServer/Servant.java (_get_delegate): Throw if no
        delegate has been set.

        * javax/management/ObjectName.java serialVersionUID: Declare.
        Make all fields transient.
        (parse): Break out from constructor.
        (writeObject, readObject): New methods.


Modified:
    trunk/libjava/classpath/lib/javax/management/ObjectName.class
    trunk/libjava/classpath/lib/org/omg/IOP/TaggedComponentHelper.class
    trunk/libjava/classpath/lib/org/omg/PortableServer/Servant.class


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