Searched refs:CheckUnmarshalOnStopThread (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/java/rmi/server/Unmarshal/checkUnmarshalOnStopThread/
H A DPoisonPill.java47 if (CheckUnmarshalOnStopThread.typeToThrow !=
48 CheckUnmarshalOnStopThread.RUNTIME_PILL) {
H A DCheckUnmarshalOnStopThread.java36 * @run main/othervm/timeout=480 CheckUnmarshalOnStopThread
89 public class CheckUnmarshalOnStopThread class in inherits:UnicastRemoteObject,CheckUnmarshal
100 CheckUnmarshalOnStopThread() throws RemoteException { } method in class:CheckUnmarshalOnStopThread
120 CheckUnmarshalOnStopThread cuonst = null;
126 cuonst = new CheckUnmarshalOnStopThread();
149 ("\nsuccess: CheckUnmarshalOnStopThread test passed ");

Completed in 346 milliseconds