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

/openjdk9/jdk/test/java/rmi/server/UnicastRemoteObject/keepAliveDuringCall/
H A DShutdownImpl.java33 public class ShutdownImpl implements Shutdown { class in inherits:Shutdown
39 private ShutdownImpl(ShutdownMonitor monitor) { method in class:ShutdownImpl
46 "(ShutdownImpl.shutdown) shutdown method invoked:");
50 "(ShutdownImpl.shutdown) shutdown object unexported");
76 System.err.println("(ShutdownImpl) retrieved shutdown monitor");
78 impl = new ShutdownImpl(monitor);
80 System.err.println("(ShutdownImpl) exported shutdown object");
83 System.err.println("(ShutdownImpl) submitted shutdown object");
86 System.err.println("(ShutdownImpl) TEST SUBPROCESS FAILURE:");

Completed in 37 milliseconds