This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch: RMI UnicastRemoteCall (libgcj/10886)
- From: Tom Tromey <tromey at redhat dot com>
- To: Jeff Sturm <jsturm at one-point dot com>
- Cc: java-patches at gcc dot gnu dot org
- Date: 05 Jun 2003 10:15:03 -0600
- Subject: Re: Patch: RMI UnicastRemoteCall (libgcj/10886)
- References: <Pine.LNX.4.44.0305231537150.29598-100000@ops2.one-point.com>
- Reply-to: tromey at redhat dot com
>>>>> "Jeff" == Jeff Sturm <jsturm@one-point.com> writes:
Jeff> The problem seems to appear when marshalling the return value of
Jeff> certain void remote methods over the 1.1 wire protocol. I don't
Jeff> know if this is exactly the right thing to do, but it does solve
Jeff> the test case.
Probably no one here knows. The RMI code is basically a straight
import from Transvirtual.
Given that this fixes the test case, I think that makes it ok to go
in. Can you get it into Classpath at the same time?
Probably we should contact the kaffe guys to see if they have any RMI
improvements.
Tom