Searched defs:abort (Results 51 - 58 of 58) sorted by relevance

123

/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/native/com/sun/java/util/jar/pack/
H A Dunpack.h127 inline void abort(const char* msg);
171 // private abort message string, allocated to PATH_MAX*2
360 void abort(const char* msg) { u->abort(msg); } function in struct:unpacker::attr_definitions
412 void abort(const char* s = null);
489 inline void cpool::abort(const char* msg) { u->abort(msg); } function in class:cpool
/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
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/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/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 307 milliseconds

123