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

1234

/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/jpeg/
H A DJPEGImageWriter.java1209 public synchronized void abort() { method in class:JPEGImageWriter
1213 * NB: we do not check the call back lock here, we allow to abort
1216 super.abort();
/openjdk7/jdk/src/windows/native/sun/nio/fs/
H A DWindowsNativeDispatcher.c1251 jlong hFile, jlong bufferAddress, jint bufferSize, jboolean abort,
1256 BOOL a = (abort == JNI_TRUE) ? TRUE : FALSE;
1250 Java_sun_nio_fs_WindowsNativeDispatcher_BackupRead0(JNIEnv* env, jclass this, jlong hFile, jlong bufferAddress, jint bufferSize, jboolean abort, jlong context, jobject obj) argument
/openjdk7/jdk/src/share/classes/javax/imageio/
H A DImageReader.java1762 * contents of the image following the abort will be undefined.
1768 public synchronized void abort() { method in class:ImageReader
1773 * Returns <code>true</code> if a request to abort the current
1780 * @see #abort
1788 * Clears any previous abort request. After this method has been
1792 * @see #abort
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DheapRegion.cpp616 if (cl->abort()) return cur;
618 // abort might invalidate the "size" operation.
H A Dg1CollectedHeap.cpp1331 // they are done. By telling them to abort, they should complete
1333 _cm->root_regions()->abort();
1358 concurrent_mark()->abort();
2799 assert(!res2, "Should not abort");
2815 assert(!res, "Should not abort");
H A DconcurrentMark.cpp801 // actually abort and we'll restart concurrent marking. If we always
880 // we exit this method to abort the pause and restart concurent
2444 // want to abort remark and do concurrent marking again.
3117 void ConcurrentMark::abort() { function in class:ConcurrentMark
3427 // quit if, for some reason, this task wants to abort or the global
3448 // (1) If an overflow has been flagged, then we abort.
3459 // (2) If marking has been aborted for Full GC, then we also abort.
3492 // (4) We check whether we should yield. If we have to, then we abort.
3494 // We should yield. To do this we abort the task. The caller is
3502 // then we abort
[all...]
/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp1510 // most cases, so don't abort:
1771 AttachListener::abort();
1776 // Check for abort hook
1784 // Note: os::abort() might be called very early during initialization, or
1785 // called from signal handler. Before adding something to os::abort(), make
1787 void os::abort(bool dump_core) { function in class:os
1798 ::abort(); // dump core
1804 // Die immediately, no exit hook, no abort hook, no cleanup.
1807 ::abort();
2619 // handler fails to abort
[all...]
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp1318 // most cases, so don't abort:
1562 AttachListener::abort();
1567 // Check for abort hook
1575 // Note: os::abort() might be called very early during initialization, or
1576 // called from signal handler. Before adding something to os::abort(), make
1578 void os::abort(bool dump_core) { function in class:os
1589 ::abort(); // dump core
1595 // Die immediately, no exit hook, no abort hook, no cleanup.
1598 ::abort();
2429 // handler fails to abort
[all...]
/openjdk7/jdk/src/share/back/
H A DdebugInit.c1311 abort();
/openjdk7/jdk/src/share/javavm/export/
H A Djvm.h1470 void (JNICALL *abort)(void); member in struct:JDK1_1InitArgs
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngpriv.h70 /* This is required for the definition of abort(), used as a last ditch
250 # define PNG_ABORT() abort()
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DCoreDocumentImpl.java1258 public void abort() { method in class:CoreDocumentImpl
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/parsers/
H A DDOMParserImpl.java946 // issued an interrupt or an abort.
1003 // issued an interrupt or an abort.
1120 * @see org.w3c.dom.ls.DOMParser#abort()
1122 public void abort () { method in class:DOMParserImpl
H A DAbstractDOMParser.java2650 * @see org.w3c.dom.ls.LSParser#abort()
2652 public void abort () { method in class:AbstractDOMParser
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp1843 AttachListener::abort();
1848 // Check for abort hook
1855 // Note: os::abort() might be called very early during initialization, or
1856 // called from signal handler. Before adding something to os::abort(), make
1858 void os::abort(bool dump_core) { function in class:os
1869 ::abort(); // dump core (for debugging)
1875 // Die immediately, no exit hook, no abort hook, no cleanup.
1877 ::abort(); // dump core (for debugging)
2595 // handler fails to abort. Let VM die immediately.
/openjdk7/hotspot/src/share/vm/prims/
H A Djvm.h1628 void (JNICALL *abort)(void); member in struct:JDK1_1InitArgs
H A DjniCheck.cpp104 os::abort(true); \
H A Djni.cpp870 os::abort(); // Dump core and abort
/openjdk7/jdk/src/share/classes/sun/net/ftp/impl/
H A DFtpClient.java1554 public sun.net.ftp.FtpClient abort() throws sun.net.ftp.FtpProtocolException, IOException { method in class:FtpClient
1564 * that the abort command was successfully processed.
1569 * indicating that the abort command was successfully
/openjdk7/hotspot/src/share/vm/runtime/
H A Darguments.cpp2473 } else if (match_option(option, "abort", &tail)) {
/openjdk7/hotspot/src/share/vm/adlc/
H A Doutput_c.cpp2539 abort();
2618 abort();
/openjdk7/jdk/src/share/demo/jvmti/java_crw_demo/
H A Djava_crw_demo.c258 abort();
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.cpp4335 // yet implemented the right abort semantics (even in the original
4481 gclog_or_tty->print(" CMS: abort preclean due to loops ");
4487 gclog_or_tty->print(" CMS: abort preclean due to time ");
4805 // abort the preclean.
6915 // and we have been asked to abort this ongoing preclean cycle.
7044 // good idea to abort immediately and complete the marking
7060 bool abort = (_before_count != after_count) ||
7062 return abort ? 0 : size;
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp911 // Check for abort hook
1004 void os::abort(bool dump_core) function in class:os
1011 // Die immediately, no exit hook, no abort hook, no cleanup.
1879 // handler fails to abort. Let VM die immediately.
2288 // threads to think it already unguarded, and abort the VM. Likely

Completed in 328 milliseconds

1234