bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug classpath/25526] RMI DGC implementation does not interact correctly


From: iperminov at logicalsoft dot com
Subject: [Bug classpath/25526] RMI DGC implementation does not interact correctly with Sun's implementation
Date: 21 Dec 2005 23:59:38 -0000


------- Comment #1 from iperminov at logicalsoft dot com  2005-12-21 23:59 
-------
Created an attachment (id=10548)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10548&action=view)
Test program

The jar contains java source files and class files.
Invocation:
java -classpath test.jar B
java -classpath test.jar A <B host name>

Actual results:
A:
Got an event 0
B:
Got an exception: java.rmi.NoSuchObjectException: no such object in table
java.rmi.NoSuchObjectException: no such object in table
.....

Expected results:
A:
Got an event 0
Got an event 1
Got an event 2
......
B: no output


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25526





reply via email to

[Prev in Thread] Current Thread [Next in Thread]