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

/openjdk7/hotspot/src/os/windows/vm/
H A DvmError_windows.cpp32 void VMError::show_message_box(char *buf, int buflen) {
63 int VMError::get_resetted_sigflags(int sig) {
67 address VMError::get_resetted_sighandler(int sig) {
73 VMError err(NULL, exception_code, NULL,
79 void VMError::reset_signal_handlers() {
H A Dos_windows.cpp936 VMError::report_coredump_status("Minidumps are not enabled by default on client versions of Windows", false);
940 VMError::report_coredump_status("Minidump has been disabled from the command line", false);
947 VMError::report_coredump_status("Failed to load dbghelp.dll", false);
957 VMError::report_coredump_status("Failed to find MiniDumpWriteDump() in module dbghelp.dll", false);
975 VMError::report_coredump_status("Failed to create file for dumping", false);
994 VMError::report_coredump_status("Call to MiniDumpWriteDump() failed", false);
996 VMError::report_coredump_status(buffer, true);
2213 VMError err(t, exception_code, addr, siginfo, context);
/openjdk7/hotspot/src/share/vm/utilities/
H A DvmError.hpp33 class VMError : public StackObj { class in inherits:StackObj
68 static VMError* volatile first_error;
103 VMError(Thread* thread, unsigned int sig, address pc, void* siginfo,
106 VMError(Thread* thread, const char* filename, int lineno,
110 VMError(Thread* thread, const char* filename, int lineno, size_t size,
113 VMError(const char* message);
H A Ddecoder.cpp85 bool error_handling_thread = os::current_thread_id() == VMError::first_error_tid;
96 bool error_handling_thread = os::current_thread_id() == VMError::first_error_tid;
108 bool error_handling_thread = os::current_thread_id() == VMError::first_error_tid;
118 bool error_handling_thread = os::current_thread_id() == VMError::first_error_tid;
H A DvmError.cpp79 VMError::VMError(Thread* thread, unsigned int sig, address pc, void* siginfo, void* context) { function in class:VMError
99 VMError::VMError(Thread* thread, const char* filename, int lineno, function in class:VMError
121 VMError::VMError(Thread* thread, const char* filename, int lineno, size_t size, function in class:VMError
143 VMError::VMError(const char* message) { function in class:VMError
212 bool VMError::coredump_status;
213 char VMError
[all...]
H A Ddebug.cpp226 VMError err(thread, file, line, error_msg, detail_msg);
252 VMError(thread, file, line, size, message).report_and_die();
313 VMError err(message);
H A Devents.hpp115 return !VMError::fatal_error_in_progress();
/openjdk7/hotspot/src/os/bsd/vm/
H A DvmError_bsd.cpp37 void VMError::show_message_box(char *buf, int buflen) {
80 int VMError::get_resetted_sigflags(int sig) {
89 address VMError::get_resetted_sighandler(int sig) {
105 VMError err(NULL, sig, NULL, info, ucVoid);
109 void VMError::reset_signal_handlers() {
H A Dos_bsd.cpp4477 address rh = VMError::get_resetted_sighandler(sig);
4478 // May be, handler was resetted by VMError?
4481 sa.sa_flags = VMError::get_resetted_sigflags(sig) & SIGNIFICANT_SIGNAL_MASK;
/openjdk7/hotspot/src/os/linux/vm/
H A DvmError_linux.cpp37 void VMError::show_message_box(char *buf, int buflen) {
80 int VMError::get_resetted_sigflags(int sig) {
89 address VMError::get_resetted_sighandler(int sig) {
105 VMError err(NULL, sig, NULL, info, ucVoid);
109 void VMError::reset_signal_handlers() {
H A Dos_linux.cpp4291 address rh = VMError::get_resetted_sighandler(sig);
4292 // May be, handler was resetted by VMError?
4295 sa.sa_flags = VMError::get_resetted_sigflags(sig) & SIGNIFICANT_SIGNAL_MASK;
/openjdk7/hotspot/src/os/solaris/vm/
H A DvmError_solaris.cpp35 void VMError::show_message_box(char *buf, int buflen) {
76 int VMError::get_resetted_sigflags(int sig) {
85 address VMError::get_resetted_sighandler(int sig) {
101 VMError err(NULL, sig, NULL, info, ucVoid);
105 void VMError::reset_signal_handlers() {
H A Dos_solaris.cpp1482 VMError err("An uncaught C++ exception");
2439 address rh = VMError::get_resetted_sighandler(sig);
2440 // May be, handler was resetted by VMError?
2443 sa.sa_flags = VMError::get_resetted_sigflags(sig);
/openjdk7/hotspot/src/os/posix/vm/
H A Dos_posix.cpp62 VMError::report_coredump_status(buffer, success);
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DparallelScavengeHeap.cpp865 // called from os::print_location by find or VMError
866 if (Debugging || VMError::fatal_error_in_progress()) return NULL;
/openjdk7/hotspot/src/os_cpu/bsd_x86/vm/
H A Dos_bsd_x86.cpp741 VMError err(t, sig, pc, info, ucVoid);
/openjdk7/hotspot/src/os_cpu/linux_sparc/vm/
H A Dos_linux_sparc.cpp701 VMError err(t, sig, pc, info, ucVoid);
/openjdk7/hotspot/src/os_cpu/linux_x86/vm/
H A Dos_linux_x86.cpp526 VMError err(t, sig, pc, info, ucVoid);
/openjdk7/hotspot/src/os_cpu/solaris_sparc/vm/
H A Dos_solaris_sparc.cpp581 VMError err(t, sig, pc, info, ucVoid);
/openjdk7/hotspot/src/os_cpu/solaris_x86/vm/
H A Dos_solaris_x86.cpp734 VMError err(t, sig, pc, info, ucVoid);
/openjdk7/hotspot/src/share/vm/memory/
H A DgenCollectedHeap.cpp941 VMError::fatal_error_in_progress(), "too expensive");

Completed in 160 milliseconds