Searched refs:destroy (Results 51 - 75 of 165) sorted by relevance

1234567

/openjdk7/jdk/test/java/rmi/registry/altSecurityManager/
H A DAltSecurityManager.java121 vm.destroy();
/openjdk7/jdk/test/java/rmi/server/RMISocketFactory/useSocketFactory/registry/
H A DUseCustomSocketFactory.java111 serverVM.destroy();
/openjdk7/jdk/test/java/rmi/server/RMISocketFactory/useSocketFactory/unicast/
H A DUseCustomSocketFactory.java111 serverVM.destroy();
/openjdk7/jdk/test/sun/rmi/transport/tcp/
H A DDeadCachedConnection.java124 DeadCachedConnection.subreg.destroy();
/openjdk7/jdk/test/sun/security/krb5/auto/
H A DKerberosHashEqualsTest.java74 k2.destroy();
77 k1.destroy();
121 t1.destroy();
125 t2.destroy();
/openjdk7/corba/src/share/classes/com/sun/org/omg/CORBA/
H A D_IDLTypeStub.java102 public void destroy () method in class:_IDLTypeStub
106 org.omg.CORBA.portable.OutputStream _out = _request ("destroy", true);
113 destroy ();
117 } // destroy
/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A D_IDLTypeStub.java107 public void destroy () method in class:_IDLTypeStub
111 org.omg.CORBA.portable.OutputStream _out = _request ("destroy", true);
118 destroy ();
122 } // destroy
H A D_PolicyStub.java119 public void destroy () method in class:_PolicyStub
123 org.omg.CORBA.portable.OutputStream _out = _request ("destroy", true);
130 destroy ();
134 } // destroy
/openjdk7/hotspot/src/share/vm/runtime/
H A DstatSampler.cpp129 * the destroy method is responsible for releasing any resources used by
134 void StatSampler::destroy() { function in class:StatSampler
383 StatSampler::destroy();
H A DvmThread.hpp155 static void destroy();
H A Dsafepoint.hpp241 static void destroy(JavaThread *thread);
/openjdk7/jdk/test/java/rmi/testlibrary/
H A DJavaVM.java166 public void destroy() { method in class:JavaVM
168 vm.destroy();
H A DRMID.java258 destroy();
268 * process object (destroy does though).
303 * Ask rmid to shutdown gracefully but then destroy the rmid
307 public void destroy() { method in class:RMID
345 mesg("destroying RMID's process using Process.destroy()");
346 super.destroy();
353 mesg("caught unexpected exception trying to destroy rmid: " +
/openjdk7/jdk/src/share/classes/javax/security/auth/kerberos/
H A DKeyTab.java126 * object. The caller should {@link KerberosKey#destroy() destroy} the
170 keys[i].destroy();
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/
H A DEnumRowStatus.java127 * This value corresponds to the <i>destroy</i> RowStatus, as defined in
130 * <i>destroy</i> is supplied by a management station
135 public final static int destroy = 6; field in class:EnumRowStatus
254 * <li><i>destroy(6)</i></li>
293 intTable.put(new Integer(6), "destroy");
300 stringTable.put("destroy", new Integer(6));
/openjdk7/jdk/test/sun/net/www/http/KeepAliveCache/
H A DKeepAliveTimerThread.java123 grp.destroy();
/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DBatchEnvironment.java178 // First, find all Type instances and call destroy()
183 type.destroy();
188 type.destroy();
193 type.destroy();
H A DContextStack.java379 if (stack[i] != null) stack[i].destroy();
437 public void destroy() { method in class:TypeContext
439 ((Type)element).destroy();
/openjdk7/jdk/src/share/classes/sun/security/krb5/
H A DKrbAsReqBuilder.java266 for (EncryptionKey k: ks) k.destroy();
337 for (EncryptionKey k: ks) k.destroy();
386 public void destroy() { method in class:KrbAsReqBuilder
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DgcTaskManager.cpp142 void GCTaskQueue::destroy(GCTaskQueue* that) { function in class:GCTaskQueue
145 " GCTaskQueue::destroy()"
449 NoopGCTask::destroy(_noop_task);
451 WaitForBarrierGCTask::destroy(_idle_inactive_task);
455 GCTaskThread::destroy(thread(i));
467 GCTaskQueue::destroy(unsynchronized_queue);
468 SynchronizedGCTaskQueue::destroy(queue());
543 // destroy() call is not needed.
797 WaitForBarrierGCTask::destroy(fin);
824 void NoopGCTask::destroy(NoopGCTas
[all...]
H A DgcTaskThread.cpp167 IdleGCTask::destroy((IdleGCTask*)task);
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/activation/
H A DServerTableEntry.java303 localProcess.destroy();
501 synchronized void destroy() method in class:ServerTableEntry
519 printDebug( "destroy", "server shutdown successfully" ) ;
522 printDebug( "destroy",
529 localProcess.destroy();
532 printDebug( "destroy", "process destroyed successfully" ) ;
535 printDebug( "destroy",
536 "process destroy threw exception" + ex ) ;
/openjdk7/hotspot/test/runtime/6819213/
H A DTestBootNativeLibraryPath.java97 p.destroy();
/openjdk7/jdk/src/share/classes/java/lang/
H A DThreadGroup.java769 public final void destroy() { method in class:ThreadGroup
792 groupsSnapshot[i].destroy();
848 destroy();
950 destroy();
/openjdk7/jdk/test/com/sun/net/httpserver/
H A DTest14.java66 public void destroy(HttpContext c) {} method in class:Test14.OffsetFilter

Completed in 74 milliseconds

1234567