/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/gif/ |
H A D | GIFMetadata.java | 50 protected static void fatal(Node node, String reason) method in class:GIFMetadata 66 fatal(node, "Required attribute " + name + " not present!"); 73 fatal(node, 86 fatal(node, 110 fatal(node, 115 fatal(node, 157 fatal(node, "Required attribute " + name + " not present!"); 167 fatal(node, "Attribute " + name + " must be 'TRUE' or 'FALSE'!"); 190 fatal(node, "Required attribute " + name + " not present!"); 200 fatal(nod [all...] |
H A D | GIFWritableImageMetadata.java | 108 fatal(node, "Root must be " + nativeMetadataFormatName); 150 fatal(node, 240 fatal(node, 256 fatal(applicationExtension, 274 fatal(node, 292 fatal(node, "Unknown child of root node!"); 304 fatal(node, "Root must be " +
|
H A D | GIFWritableStreamMetadata.java | 96 fatal(node, "Root must be " + nativeMetadataFormatName); 146 fatal(node, 160 fatal(node, "Unknown child of root node!"); 172 fatal(node, "Root must be " +
|
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/ |
H A D | cmsOopClosures.inline.hpp | 55 fatal("Revisit stack overflow in PushOrMarkClosure"); 67 fatal("Revisit stack overflow in Par_KlassRememberingOopClosure");
|
/openjdk7/hotspot/src/os/solaris/vm/ |
H A D | threadCritical_solaris.cpp | 51 fatal(err_msg("ThreadCritical::ThreadCritical: mutex_lock failed (%s)", 71 fatal(err_msg("ThreadCritical::~ThreadCritical: mutex_unlock failed "
|
/openjdk7/jdk/src/share/demo/jvmti/hprof/ |
H A D | hprof_error.h | 48 #define HPROF_ERROR(fatal,msg) \ 49 error_handler(HPROF_BOOL(fatal), JVMTI_ERROR_NONE, msg, __FILE__, __LINE__) 88 void error_handler(jboolean fatal, jvmtiError error,
|
H A D | hprof_error.c | 97 /* Could be a fatal error or assert error or a sanity error */ 169 error_handler(jboolean fatal, jvmtiError error, argument 189 if ( fatal || gdata->errorexit ) { 190 /* If it's fatal, or the user wants termination on any error, die */
|
/openjdk7/hotspot/src/share/vm/utilities/ |
H A D | growableArray.cpp | 53 fatal("allocation bug: GrowableArray could grow within nested ResourceMark");
|
H A D | preserveException.cpp | 46 fatal("PreserveExceptionMark destructor expects no pending exceptions");
|
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/dtdparser/ |
H A D | DTDParser.java | 298 fatal("P-000"); 315 fatal("P-001", new Object[] 327 fatal("P-002", new Object[]{name}); 329 fatal("P-003", null); 387 fatal("P-004", new Object[] 456 fatal("P-006", new Object[]{new Character(c)}); 507 fatal("P-007"); 563 fatal("P-009"); 577 fatal("P-011"); 590 fatal(" 2238 private void fatal(String messageId) throws SAXException { method in class:DTDParser 2243 private void fatal(String messageId, Object parameters []) method in class:DTDParser [all...] |
H A D | InputEntity.java | 186 fatal("P-069", new Object[]{name}); 269 fatal("P-070", new Object[]{Integer.toHexString(c)}); 303 fatal("P-071", new Object[]{Integer.toHexString(c)}); 506 fatal("P-072", null); 521 fatal("P-081", 538 fatal("P-071", new Object[]{Integer.toHexString(c)}); 609 fatal("P-071", new Object[] 676 fatal("P-073", null); 694 fatal("P-074", new Object[]{ 811 // the wrong symbol is a fatal erro 980 private void fatal(String messageId, Object params []) method in class:InputEntity [all...] |
/openjdk7/hotspot/src/share/vm/ci/ |
H A D | ciUtilities.hpp | 90 fatal("unhandled ci exception"); \ 101 fatal("unhandled ci exception"); \
|
/openjdk7/langtools/src/share/classes/com/sun/tools/javah/ |
H A D | Util.java | 45 * fatal -- We can't even find resources, so bail fast, don't localize 102 fatal("Error loading resources. Please file a bug report.", mre); 112 fatal("Key " + key + " not found in resources.", e); 147 private void fatal(String msg) throws Exit { method in class:Util 148 fatal(msg, null); 151 private void fatal(String msg, Exception e) throws Exit { method in class:Util
|
/openjdk7/hotspot/src/os_cpu/bsd_zero/vm/ |
H A D | os_bsd_zero.cpp | 197 fatal("recursive segv. expanding stack."); 245 fatal("\n#" 262 fatal(buf); 336 fatal(err_msg("pthread_stackseg_np failed with err = " INT32_FORMAT, 349 fatal(err_msg("pthread_attr_init failed with err = " INT32_FORMAT, rslt)); 354 fatal(err_msg("pthread_attr_get_np failed with err = " INT32_FORMAT, 359 fatal("Can not locate current stack attributes!"); 373 fatal(err_msg("pthread_getattr_np failed with errno = " INT32_FORMAT, 380 fatal(err_msg("pthread_attr_getstack failed with errno = " INT32_FORMAT, 393 fatal(err_ms [all...] |
/openjdk7/hotspot/src/share/vm/services/ |
H A D | diagnosticArgument.cpp | 109 fatal("Default string must be parseable"); 144 fatal("Default string must be parsable"); 168 fatal("Default string must be parsable"); 245 fatal("Default string must be parsable"); 268 fatal("StringArrayArgument cannot have default value"); 321 fatal("Default string must be parsable");
|
/openjdk7/hotspot/src/cpu/x86/vm/ |
H A D | nativeInst_x86.cpp | 49 fatal("not a call disp32"); 218 fatal("not a REX.W[B] mov reg64, imm64"); 224 if (test_byte_2 != instruction_code) fatal("not a mov reg, imm32"); 301 fatal("should have skipped instruction_operandsize_prefix"); 305 fatal("should have skipped instruction_extended_prefix"); 332 fatal("should have skipped xor lead in"); 336 fatal("not a NativeMovRegMem"); 391 fatal ("not a mov [reg+offs], reg instruction"); 413 fatal ("not a lea reg, [reg+offs] instruction"); 426 fatal("no [all...] |
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/png/ |
H A D | PNGMetadata.java | 1089 private void fatal(Node node, String reason) method in class:PNGMetadata 1103 fatal(node, "Required attribute " + name + " not present!"); 1154 fatal(node, "Required attribute " + name + " not present!"); 1164 fatal(node, "Attribute " + name + " must be 'TRUE' or 'FALSE'!"); 1185 fatal(node, "Required attribute " + name + " not present!"); 1195 fatal(node, "Illegal value for attribute " + name + "!"); 1215 fatal(node, "Required attribute " + name + " not present!"); 1249 fatal(node, "Root must be " + nativeMetadataFormatName); 1282 fatal(node, "Palette has no entries!"); 1287 fatal(nod [all...] |
/openjdk7/hotspot/src/os_cpu/linux_zero/vm/ |
H A D | os_linux_zero.cpp | 191 fatal("recursive segv. expanding stack."); 238 fatal("\n#" 254 fatal(buf); 319 fatal(err_msg("pthread_getattr_np failed with errno = %d", res)); 327 fatal(err_msg("pthread_attr_getstack failed with errno = %d", res)); 339 fatal(err_msg("pthread_attr_getguardsize failed with errno = %d", res)); 395 // helper functions for fatal error handler
|
/openjdk7/hotspot/src/cpu/zero/vm/ |
H A D | stack_zero.cpp | 60 fatal("unrecoverable stack overflow");
|
/openjdk7/jdk/src/share/classes/sun/security/ssl/ |
H A D | SSLEngineImpl.java | 736 fatal(Alerts.alert_handshake_failure, 767 fatal(Alerts.alert_internal_error, 943 fatal(Alerts.alert_unexpected_message, e); 950 * throw a fatal alert if the integrity check fails. 959 fatal(alertType, e.getMessage(), e); 964 // fatal(Alerts.alert_decompression_failure, 1068 fatal(Alerts.alert_unexpected_message, 1154 fatal(Alerts.alert_internal_error, 1379 fatal(Alerts.alert_handshake_failure, "sequence number overflow"); 1517 fatal(Alert 1585 synchronized void fatal(byte description, String diagnostic) method in class:SSLEngineImpl 1590 synchronized void fatal(byte description, Throwable cause) method in class:SSLEngineImpl 1608 synchronized void fatal(byte description, String diagnostic, method in class:SSLEngineImpl [all...] |
H A D | SSLSocketImpl.java | 710 fatal(Alerts.alert_close_notify, 765 // treat it as fatal error. 770 fatal((byte)(-1), ssle); 930 fatal(Alerts.alert_unexpected_message, e); 966 * throw a fatal alert if the integrity check fails. 974 fatal(alertType, e.getMessage(), e); 978 // fatal(Alerts.alert_decompression_failure, 1085 fatal(Alerts.alert_unexpected_message, 1177 fatal(Alerts.alert_handshake_failure, "sequence number overflow"); 1570 * received) the fatal aler 1835 synchronized void fatal(byte description, String diagnostic) method in class:SSLSocketImpl 1840 synchronized void fatal(byte description, Throwable cause) method in class:SSLSocketImpl 1849 synchronized void fatal(byte description, String diagnostic, method in class:SSLSocketImpl [all...] |
/openjdk7/hotspot/src/share/vm/memory/ |
H A D | gcLocker.cpp | 164 fatal("collection in a No_GC_Verifier secured function"); 177 fatal("collection in a No_GC_Verifier secured function");
|
H A D | permGen.cpp | 90 fatal("Possible deadlock due to allocating while"
|
/openjdk7/hotspot/src/share/vm/runtime/ |
H A D | memprofiler.cpp | 90 fatal(err_msg("MemProfiler: Cannot create log file: %s", log_name));
|
/openjdk7/hotspot/src/share/vm/opto/ |
H A D | vectornode.cpp | 296 fatal(err_msg_res("Missed vector creation for '%s'", NodeClassNames[vopc])); 322 fatal(err_msg_res("Type '%s' is not supported for vectors", type2name(bt))); 340 fatal(err_msg_res("Missed vector creation for '%s'", NodeClassNames[shift->Opcode()])); 363 fatal(err_msg_res("Type '%s' is not supported for vectors", type2name(bt))); 399 fatal(err_msg_res("Type '%s' is not supported for vectors", type2name(bt))); 440 fatal(err_msg_res("Type '%s' is not supported for vectors", type2name(bt)));
|