jdk/test/javax/rmi/PortableRemoteObject/Test.java
author mchung
Mon, 23 Nov 2015 12:44:43 -0800
changeset 34253 ba3946143842
parent 29876 b8e4a70cd0d8
permissions -rw-r--r--
8140450: Implement JEP 259: Stack-Walking API Reviewed-by: coleenp, dfuchs, bchristi, psandoz, sspitsyn Contributed-by: Mandy Chung <mandy.chung@oracle.com>, Brent Christian <brent.christian@oracle.com>, Daniel Fuchs <daniel.fuchs@oracle.com>, Hamlin Li <huaming.li@oracle.com>
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
29876
b8e4a70cd0d8 8068721: RMI-IIOP communication fails when ConcurrentHashMap is passed to remote method
msheppar
parents:
diff changeset
     1
import java.io.Serializable;
b8e4a70cd0d8 8068721: RMI-IIOP communication fails when ConcurrentHashMap is passed to remote method
msheppar
parents:
diff changeset
     2
b8e4a70cd0d8 8068721: RMI-IIOP communication fails when ConcurrentHashMap is passed to remote method
msheppar
parents:
diff changeset
     3
b8e4a70cd0d8 8068721: RMI-IIOP communication fails when ConcurrentHashMap is passed to remote method
msheppar
parents:
diff changeset
     4
public class Test implements Serializable {
b8e4a70cd0d8 8068721: RMI-IIOP communication fails when ConcurrentHashMap is passed to remote method
msheppar
parents:
diff changeset
     5
b8e4a70cd0d8 8068721: RMI-IIOP communication fails when ConcurrentHashMap is passed to remote method
msheppar
parents:
diff changeset
     6
}