author | mchung |
Mon, 23 Nov 2015 12:44:43 -0800 | |
changeset 34253 | ba3946143842 |
parent 29876 | b8e4a70cd0d8 |
permissions | -rw-r--r-- |
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 |
} |