Searched refs:abort (Results 51 - 75 of 99) sorted by relevance

1234

/openjdk7/jdk/test/java/net/ResponseCache/
H A DResponseCacheTest.java239 public void abort() { method in class:ResponseCacheTest.MyCacheRequest
/openjdk7/jdk/src/share/classes/sun/net/ftp/
H A DFtpClient.java601 * <p>This doesn't abort the current session, more commands can be issued
602 * after an abort.</p>
608 public abstract FtpClient abort() throws FtpProtocolException, IOException; method in class:FtpClient
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentMark.hpp324 void abort() { _should_abort = true; } function in class:VALUE_OBJ_CLASS_SPEC
796 // Called to abort the marking cycle after a Full GC takes palce.
797 void abort();
1106 // to abort
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DDOMSerializerImpl.java120 private static final RuntimeException abort = new RuntimeException(); field in class:DOMSerializerImpl
543 if (e == DOMNormalizer.abort){
840 if (e == DOMNormalizer.abort){
997 if (e == DOMNormalizer.abort){
/openjdk7/hotspot/src/os/bsd/vm/
H A DattachListener_bsd.cpp506 void AttachListener::abort() { function in class:AttachListener
/openjdk7/hotspot/src/os/linux/vm/
H A DattachListener_linux.cpp492 void AttachListener::abort() { function in class:AttachListener
/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dmain.cpp409 u.abort("garbage after end of pack archive");
H A Dbands.h125 void abort(const char* msg = null); //{ u->abort(msg); }
/openjdk7/jdk/test/java/text/Bidi/
H A DBidiConformance.java41 private static boolean abort = false; field in class:BidiConformance
48 } else if (arg.equals("-abort")) {
49 abort = true;
1466 if (abort) {
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DDOMNormalizer.java164 public static final RuntimeException abort = new RuntimeException(); field in class:DOMNormalizer
248 if( e==abort )
1375 throw abort;
1378 throw abort;
/openjdk7/jdk/src/share/classes/javax/imageio/
H A DImageWriter.java1590 * contents of the output following the abort will be undefined.
1596 public synchronized void abort() { method in class:ImageWriter
1601 * Returns <code>true</code> if a request to abort the current
1608 * @see #abort
1616 * Clears any previous abort request. After this method has been
1620 * @see #abort
/openjdk7/jdk/src/share/classes/com/sun/security/auth/module/
H A DJndiLoginModule.java421 * @exception LoginException if the abort fails.
426 public boolean abort() throws LoginException { method in class:JndiLoginModule
H A DLdapLoginModule.java667 * @exception LoginException if the abort fails.
671 public boolean abort() throws LoginException { method in class:LdapLoginModule
H A DKeyStoreLoginModule.java801 * @exception LoginException if the abort fails.
807 public boolean abort() throws LoginException { method in class:KeyStoreLoginModule
H A DKrb5LoginModule.java1113 * @exception LoginException if the abort fails.
1119 public boolean abort() throws LoginException { method in class:Krb5LoginModule
/openjdk7/hotspot/src/os/solaris/vm/
H A DattachListener_solaris.cpp633 void AttachListener::abort() { function in class:AttachListener
/openjdk7/jdk/src/share/npt/
H A Dutf.c46 abort();
/openjdk7/jdk/src/macosx/native/com/apple/laf/
H A DJRSUIConstantSync.m338 if (!_InitializeJRSProperties()) abort();
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/jpeg/
H A DJPEGImageReader.java1403 public void abort() { method in class:JPEGImageReader
1408 * we allow to abort the reader any time.
1411 super.abort();
1418 /** Set the C level abort flag. Keep it atomic for thread safety. */
/openjdk7/hotspot/src/share/vm/utilities/
H A DvmError.cpp73 // into an error report file (hs_err_pid<pid>.log) and abort VM. If multiple
75 // The thread that is reporting error will abort VM when it is done, all other
688 // Print heap information before vm abort. As we'd like as much
704 // print code cache information before vm abort
830 os::abort();
843 // User has asked JVM to abort. Reset ShowMessageBoxOnError so the
874 out.print_raw_cr("[Too many errors, abort]");
1021 // os::abort() will call abort hooks, try it first.
1026 os::abort(dump_cor
[all...]
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/http/
H A DHttpURLConnection.java2969 this.cacheRequest.abort();
3039 cacheRequest.abort();
3075 cacheRequest.abort();
3118 cacheRequest.abort();
3126 cacheRequest.abort();
/openjdk7/hotspot/src/share/vm/runtime/
H A DobjectMonitor.cpp1392 // exception which should not abort the execution of the routines
2027 TEVENT (Spin abort - notrunnable [TOP]);
2034 TEVENT (Spin abort -- too many spinners) ;
2064 // If we detect a pending safepoint we abort in order that
2113 // another non-null value. In such cases we might abort
2170 TEVENT (Spin abort - notrunnable);
2255 // T1 managed to clear T1.Stalled. T2 does not need to abort
H A Djava.cpp630 os::abort(dump_core);
H A Dos.hpp471 static void abort(bool dump_core = true);
473 // Die immediately, no exit hook, no abort hook, no cleanup.
726 // Hook for os specific jvm options that we don't want to abort on seeing
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Ddebug_malloc.c354 abort();

Completed in 157 milliseconds

1234