Searched refs:fatal (Results 76 - 100 of 114) sorted by relevance

12345

/openjdk7/hotspot/src/cpu/x86/vm/
H A DmethodHandles_x86.cpp451 fatal(err_msg_res("unexpected intrinsic %d: %s", iid, vmIntrinsics::name_at(iid)));
/openjdk7/hotspot/src/share/vm/runtime/
H A DcompilationPolicy.cpp84 fatal("CompilationPolicyChoice must be in the range: [0-3]");
H A Djava.cpp646 fatal("Error occurred during initialization of VM");
H A DvmThread.cpp663 fatal(err_msg("Nested VM operation %s requested by operation %s",
H A Dos.cpp469 fatal(err_msg("free: size field of object #" PTR_FORMAT " was overwritten ("
541 fatal("memory stomping error");
741 // Helper functions for fatal error handler
981 // table, which is inside ELF. We don't want to parse ELF after fatal error,
H A Dfprofiler.cpp381 fatal("flat profiler buffer overflow");
H A Dthread.cpp843 // Thread::print_on_error() is called by fatal error handler. Don't use
896 fatal("Possible safepoint reached by thread that does not allow it");
898 fatal("LEAF method calling lock?");
1285 // A fatal error has happened, the error handler(VMError::report_and_die)
1288 // kill JVM if the fatal error handler fails to abort in 2 minutes.
1291 // periodically so the fatal error handler doesn't need to do anything;
1306 // Wake up 5 seconds later, the fatal handler may reset OnError or
2395 fatal("missed deoptimization!");
2823 // Called by fatal error handler. The difference between this and
4312 // Threads::print_on_error() is called by fatal erro
[all...]
/openjdk7/hotspot/src/share/vm/services/
H A DmemTracker.cpp815 fatal("Use the other Tracker::record()");
/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.cpp512 fatal("Relocation::index_to_runtime_address, int32_t not pointer sized");
1068 fatal("breakpoints in original code must be undoable");
H A Dnmethod.cpp2245 fatal(err_msg("nmethod at " INTPTR_FORMAT " not in zone", this));
2253 fatal(err_msg("findNMethod did not find this nmethod (" INTPTR_FORMAT ")",
2357 fatal("found an unadvertised bad scavengable oop in the code cache");
/openjdk7/hotspot/src/share/vm/prims/
H A Djvm.cpp2365 fatal("JVM_GetCPFieldNameUTF: illegal constant");
2383 fatal("JVM_GetCPMethodNameUTF: illegal constant");
2401 fatal("JVM_GetCPMethodSignatureUTF: illegal constant");
2417 fatal("JVM_GetCPFieldSignatureUTF: illegal constant");
2446 fatal("JVM_GetCPFieldClassNameUTF: illegal constant");
2466 fatal("JVM_GetCPMethodClassNameUTF: illegal constant");
2493 fatal("JVM_GetCPFieldModifiers: illegal constant");
2523 fatal("JVM_GetCPMethodModifiers: illegal constant");
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp622 fatal("should have found BB");
1611 case Bytecodes::_wide: fatal("Iterator should skip this bytecode"); break;
2241 fatal("Rewriting method not allowed at this stage");
/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp929 fatal("Iterator should skip this bytecode");
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.cpp556 fatal(err_msg("%s can trap => %s can trap, too", name(code),
H A DbytecodeInterpreter.cpp875 fatal("Unexpected message from frame manager");
2499 fatal(err_msg("Unimplemented opcode %d = %s", opcode,
2821 // This is really a fatal error return
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DsharedRuntime_sparc.cpp468 fatal(err_msg_res("unknown basic type %d", sig_bt[i]));
956 fatal("longs should be on stack");
1844 fatal(err_msg_res("unexpected intrinsic id %d", iid));
1871 fatal("receiver always in a register");
/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp1319 // Can be called if fatal error occurs before initialization.
4015 // returns true on success and false on error - really an error is fatal
4292 fatal(err_msg("Encountered unexpected pre-existing sigaction handler "
4366 // In Mac OS X 10.4, CrashReporter will write a crash log for all 'fatal' signals, including
4372 // on caught fatal signals.
4652 fatal(err_msg("os_bsd.cpp: os::init: sysconf failed (%s)",
4858 fatal("Could not disable polling page");
4864 fatal("Could not enable polling page");
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp1127 // Can be called if fatal error occurs before initialization.
3861 // returns true on success and false on error - really an error is fatal
4138 fatal(err_msg("Encountered unexpected pre-existing sigaction handler "
4466 fatal(err_msg("os_linux.cpp: os::init: sysconf failed (%s)",
4659 fatal("Could not disable polling page");
4665 fatal("Could not enable polling page");
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRAssembler.cpp464 fatal(err_msg_res("unexpected op code: %s", op->name()));
/openjdk7/hotspot/src/share/vm/memory/
H A Ddump.cpp1579 fatal("Dumping shared spaces failed.");
/openjdk7/hotspot/src/share/vm/opto/
H A DcallGenerator.cpp819 fatal(err_msg_res("unexpected intrinsic %d: %s", iid, vmIntrinsics::name_at(iid)));
H A Difnode.cpp537 DEBUG_ONLY( if( !bol->is_Bool() ) { proj->dump(3); fatal("Expect projection-->IfNode-->BoolNode"); } )
H A Druntime.cpp982 fatal("Native mathod should not have path to exception handling");
/openjdk7/hotspot/src/share/vm/classfile/
H A DclassFileParser.cpp508 fatal(err_msg("bad constant pool tag value %u",
1789 fatal("no field annotations yet");
1804 fatal("no class annotations yet");
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.cpp3006 fatal("CMS: failed marking verification after remark");
6430 fatal("No such CMS_op");
6651 fatal("Not enough swap for expanded marking stack");
6718 fatal("... aborting");
7565 fatal("... aborting");

Completed in 3918 milliseconds

12345