This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [patch] Remerge gnu.java.rmi.server.UnicastRef.java
- From: Tom Tromey <tromey at redhat dot com>
- To: neroden at twcny dot rr dot com (Nathanael Nerode)
- Cc: java-patches at gcc dot gnu dot org
- Date: 20 Sep 2003 14:02:14 -0600
- Subject: Re: [patch] Remerge gnu.java.rmi.server.UnicastRef.java
- References: <20030920195210.GA22254@twcny.rr.com>
- Reply-to: tromey at redhat dot com
Nathanael> * gnu/java/rmi/server/UnicastRef.java: Remerge from Classpath.
These days we prefer to use the original ChangeLog entry.
In this case it is poorly-formatted, but here it is:
2003-08-11 Ingo Proetel <proetel@aicas.com>
* gnu/java/rmi/server/UnicastRef.java: make constructor public and check if serverobject
is compatible in case client and server are running in the same VM
* gnu/java/rmi/rmic/RMIC.java: fix that methods of the remote interfaces are used
instead of the xxxImpl class
I wonder if both parts are needed at once.
I wouldn't necessarily expect regressions from a bug here; there
probably isn't a test case.
In any case, this patch is fine.
Tom