| /glassfish-3.1.2/tests/jbi/lib/ |
| H A D | reporter.jar | ... .Exception, java.lang.Object) Exception ex
Object msg
public void logXMLException (java.lang.Exception, java. ... |
| /glassfish-3.1.2/web/web-ajp/src/main/java/org/apache/jk/common/ |
| H A D | JniHandler.java | 171 public void appendString( Msg msg, String s, C2BConverter charsetDecoder) argument 178 msg.appendByteChunk( bc ); 195 /** Create a msg context to be used with the shm channel 213 MsgAjp msg=new MsgAjp(); 220 msgCtx.setMsg( MSG_NOTE, msg); // XXX Use noteId 234 public void setNativeAttribute(String name, String val) throws IOException { argument 238 log.severe( "Unitialized component " + name+ " " + val ); 244 apr.jkSetAttribute( xEnv, nativeJkHandlerP, name, val ); 300 protected int nativeDispatch( Msg msg, MsgContext ep, int code, int raw ) argument 307 msg 345 invoke(Msg msg, MsgContext ep ) argument [all...] |
| /openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/objects/ |
| H A D | XObject.java | 161 * @param val The java object which this object will wrap. 165 static public XObject create(Object val) argument 167 return XObjectFactory.create(val); 175 * @param val The java object which this object will wrap. 180 static public XObject create(Object val, XPathContext xctxt) argument 182 return XObjectFactory.create(val, xctxt); 680 * @param msg Error message to issue 684 protected void error(String msg) argument 687 error(msg, null); 694 * @param msg Erro 699 error(String msg, Object[] args) argument [all...] |
| /openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/ |
| H A D | BasicDebugEvent.java | 54 public void setWasWrite(boolean val) { wasWrite = val; } argument 56 public void setUnknownEventDetail(String msg) { detail = msg; } argument
|
| /openjdk7/hotspot/src/share/vm/classfile/ |
| H A D | classLoader.cpp | 498 char *msg; local 500 msg = NEW_RESOURCE_ARRAY(char, strlen(path) + 128); ; 501 jio_snprintf(msg, strlen(path) + 127, "error in opening JAR file %s", path); 504 msg = NEW_RESOURCE_ARRAY(char, len); ; 505 jio_snprintf(msg, len - 1, "error in opening JAR file <%s> %s", error_msg, path); 508 THROW_MSG(vmSymbols::java_lang_ClassNotFoundException(), msg); local 680 unsigned int val = 0; local 682 val = *s++ + 31 * val; 684 return val; 1132 char *msg; /* zip error message */ member in struct:real_jzfile13 1165 char *msg; /* zip error message */ member in struct:real_jzfile12 [all...] |
| H A D | javaClasses.cpp | 1139 oop msg = message(throwable); local 1140 if (msg != NULL) { 1141 st->print(": %s", java_lang_String::as_utf8_string(msg)); 1151 oop msg = message(throwable); local 1152 if (msg != NULL) { 1153 st->print(": %s", java_lang_String::as_utf8_string(msg)); 2890 void java_lang_AssertionStatusDirectives::set_classes(oop o, oop val) { argument 2891 o->obj_field_put(classes_offset, val); 2894 void java_lang_AssertionStatusDirectives::set_classEnabled(oop o, oop val) { argument 2895 o->obj_field_put(classEnabled_offset, val); 2898 set_packages(oop o, oop val) argument 2902 set_packageEnabled(oop o, oop val) argument 2906 set_deflt(oop o, bool val) argument [all...] |
| /openjdk7/hotspot/src/share/vm/gc_implementation/g1/ |
| H A D | g1CollectedHeap.cpp | 1254 double G1CollectedHeap::verify(bool guard, const char* msg) { argument 1260 gclog_or_tty->print(msg); 3240 int *val; local 3242 val = (int *) cur; 3243 gclog_or_tty->print("\t "PTR_FORMAT":"PTR_FORMAT"\n", val, *val); 3581 PrintRSetsClosure(const char* msg) : _msg(msg), _occupied_sum(0) { argument 3584 gclog_or_tty->print_cr(msg);
|
| /openjdk7/hotspot/src/share/vm/interpreter/ |
| H A D | bytecodeInterpreter.cpp | 140 #define VM_JAVA_ERROR_NO_JUMP(name, msg) \ 145 Exceptions::_throw_msg(THREAD, __FILE__, __LINE__, name, msg); \ 151 #define VM_JAVA_ERROR(name, msg) \ 152 VM_JAVA_ERROR_NO_JUMP(name, msg) \ 397 #define VMalignWordUp(val) (((uintptr_t)(val) + 3) & ~3) 587 if (istate->msg() != initialize && ! METHOD->is_static()) { 598 guarantee(istate->msg() == initialize || 603 switch (istate->msg()) { 2597 bool suppress_error = istate->msg() 2840 BytecodeInterpreter(messages msg) argument 3041 intptr_t val = tos[Interpreter::expr_index_at(1)]; local 3051 C_msg(BytecodeInterpreter::messages msg) argument [all...] |
| /openjdk7/hotspot/src/share/vm/opto/ |
| H A D | library_call.cpp | 558 const char* msg = is_virtual() ? "failed to inline (intrinsic, virtual)" : "failed to inline (intrinsic)"; local 559 C->print_inlining(callee, jvms->depth() - 1, bci, msg); 605 const char* msg = "failed to generate predicate for intrinsic"; local 606 C->print_inlining(kit.callee(), jvms->depth() - 1, bci, msg); 2214 NULL /* obj */, NULL /* adr */, max_juint /* alias_idx */, NULL /* val */, NULL /* val_type */, 2327 Node* val; local 2343 val = is_store ? argument(4) : NULL; 2348 val = is_store ? argument(3) : NULL; 2450 val = dstore_rounding(val); 2460 (void) store_to_memory(control(), adr, val, type, adr_type, is_volatile); local 2465 (void) store_oop_to_unknown(control(), heap_base_oop, adr, adr_type, val, type); local 2481 __ store(__ ctrl(), adr, val, type, alias_type->index(), is_volatile); local 2813 Node* val = argument(4); // type: oop, int, or long local [all...] |
| H A D | loopnode.cpp | 1086 Node* val = phi->in(i); local 1088 const TypeInt* val_t = filtered_type_from_dominators(val, use_c); 1108 // Return a possibly more restrictive type for val based on condition control flow of dominators 1109 const TypeInt* PhaseIdealLoop::filtered_type_from_dominators( Node* val, Node *use_ctrl) { argument 1110 if (val->is_Con()) { 1111 return val->bottom_type()->is_int(); 1117 Node* val_ctrl = get_ctrl(val); 1124 const TypeInt* if_t = IfNode::filtered_int_type(&_igvn, val, pred); 1137 // Stop if going beyond definition block of val 3563 void PhaseIdealLoop::dump_bad_graph(const char* msg, Nod argument [all...] |
| /openjdk7/jdk/src/share/classes/com/sun/jndi/dns/ |
| H A D | ResourceRecord.java | 88 byte[] msg; // DNS message field in class:ResourceRecord 89 int msgLen; // msg size (in octets) 92 int offset; // offset of RR w/in msg 106 * message is contained in msg; data for this RR begins at msg[offset]. 116 ResourceRecord(byte[] msg, int msgLen, int offset, argument 120 this.msg = msg; 179 private static String valueToName(int val, String[] names) { argument 181 if ((val > [all...] |
| /openjdk7/hotspot/src/cpu/sparc/vm/ |
| H A D | assembler_sparc.cpp | 1663 jfloat val = f[j]; local 1667 sprintf(b1, "%f", val); 1674 s->print(" = %f", val); 1676 s->print_cr(" (0x%x)", val); 1683 jdouble val = d[j]; local 1687 sprintf(b1, "%f", val); 1694 s->print(" = %f", val); 1696 s->print("(0x%x)", *(int*)&val); 1698 s->print_cr("(0x%x)", *(1 + (int*)&val)); 1749 void MacroAssembler::_verify_oop(Register reg, const char* msg, cons argument 1798 _verify_oop_addr(Address addr, const char* msg, const char * file, int line) argument 1962 stop(const char* msg) argument 1989 warn(const char* msg) argument 2052 debug(char* msg, RegistersForDebugging* regs) argument [all...] |
| /openjdk7/hotspot/src/os/bsd/dtrace/ |
| H A D | libjvm_db.c | 65 static void warn(const char * file, int line, const char * msg) { argument 67 fprintf(stderr, "warning: %s at %s:%d\n", msg, file, line); 71 static void warn1(const char * file, int line, const char * msg, intptr_t arg1) { argument 74 fprintf(stderr, msg, arg1); 81 #define WARN(msg) warn(__FILE__, __LINE__, msg) 82 #define WARN1(msg, arg1) warn1(__FILE__, __LINE__, msg, arg1) 648 raw_read_int(jvm_agent_t* J, uint64_t *buffer, int32_t *val) argument 680 *val [all...] |
| /openjdk7/hotspot/src/os/bsd/vm/ |
| H A D | os_bsd.cpp | 236 const char* val = ::getenv(name); local 237 if (val != NULL && strlen(val) < (size_t)len) { 238 strcpy(buf, val); 2147 // file i/o error - report dlerror() msg 3420 char msg[128]; local 3445 jio_snprintf(msg, sizeof(msg), "Failed to reserve shared memory (errno = %d).", errno); 3446 warning(msg); 3463 jio_snprintf(msg, sizeo [all...] |
| /openjdk7/hotspot/src/os/solaris/dtrace/ |
| H A D | libjvm_db.c | 65 static void warn(const char * file, int line, const char * msg) { argument 67 fprintf(stderr, "warning: %s at %s:%d\n", msg, file, line); 71 static void warn1(const char * file, int line, const char * msg, intptr_t arg1) { argument 74 fprintf(stderr, msg, arg1); 81 #define WARN(msg) warn(__FILE__, __LINE__, msg) 82 #define WARN1(msg, arg1) warn1(__FILE__, __LINE__, msg, arg1) 648 raw_read_int(jvm_agent_t* J, uint64_t *buffer, int32_t *val) argument 680 *val [all...] |
| /openjdk7/hotspot/src/share/vm/prims/ |
| H A D | jni.h | 247 (JNIEnv *env, jclass clazz, const char *msg); 255 (JNIEnv *env, const char *msg); 475 (JNIEnv *env, jobject obj, jfieldID fieldID, jobject val); 477 (JNIEnv *env, jobject obj, jfieldID fieldID, jboolean val); 479 (JNIEnv *env, jobject obj, jfieldID fieldID, jbyte val); 481 (JNIEnv *env, jobject obj, jfieldID fieldID, jchar val); 483 (JNIEnv *env, jobject obj, jfieldID fieldID, jshort val); 485 (JNIEnv *env, jobject obj, jfieldID fieldID, jint val); 487 (JNIEnv *env, jobject obj, jfieldID fieldID, jlong val); 489 (JNIEnv *env, jobject obj, jfieldID fieldID, jfloat val); 821 ThrowNew(jclass clazz, const char *msg) argument 833 FatalError(const char *msg) argument 1310 SetObjectField(jobject obj, jfieldID fieldID, jobject val) argument 1313 SetBooleanField(jobject obj, jfieldID fieldID, jboolean val) argument 1317 SetByteField(jobject obj, jfieldID fieldID, jbyte val) argument 1321 SetCharField(jobject obj, jfieldID fieldID, jchar val) argument 1325 SetShortField(jobject obj, jfieldID fieldID, jshort val) argument 1329 SetIntField(jobject obj, jfieldID fieldID, jint val) argument 1333 SetLongField(jobject obj, jfieldID fieldID, jlong val) argument 1337 SetFloatField(jobject obj, jfieldID fieldID, jfloat val) argument 1341 SetDoubleField(jobject obj, jfieldID fieldID, jdouble val) argument 1634 SetObjectArrayElement(jobjectArray array, jsize index, jobject val) argument [all...] |
| H A D | jvm.cpp | 439 static inline jlong convert_size_t_to_jlong(size_t val) { argument 441 NOT_LP64 (return (jlong)val;) 442 LP64_ONLY(return (jlong)MIN2(val, (size_t)max_jlong);) 3524 JVM_ENTRY(void, JVM_SetArrayElement(JNIEnv *env, jobject arr, jint index, jobject val)) 3527 oop box = JNIHandles::resolve(val); 3719 char msg[1024]; variable 3720 jio_snprintf(msg, sizeof msg, "%s: %s", name, ebuf); 3728 msg, Exceptions::unsafe_to_utf8); 3891 jboolean val variable 3906 jchar val = ((dbuf->byte_at(off + 0) & 0xFF) << 8) variable 3915 jshort val = ((dbuf->byte_at(off + 0) & 0xFF) << 8) variable 4016 jboolean val = o->bool_field(field_offset); variable 4027 jchar val = o->char_field(field_offset); variable 4035 jshort val = o->short_field(field_offset); variable 4043 jint val = o->int_field(field_offset); variable 4064 jlong val = o->long_field(field_offset); variable [all...] |
| /openjdk7/jdk/src/solaris/native/java/net/ |
| H A D | NetworkInterface.c | 1543 struct strbuf msg; local 1564 msg.buf = (char *)&dlpareq; 1565 msg.len = DL_PHYS_ADDR_REQ_SIZE; 1567 if (putmsg(fd, &msg, NULL, 0) < 0) { 1574 msg.buf = (char *)buf; 1575 msg.len = 0; 1576 msg.maxlen = sizeof (buf); 1577 if (getmsg(fd, &msg, NULL, &flags) < 0) { 1582 if (msg.len < DL_PHYS_ADDR_ACK_SIZE || dlpaack->dl_primitive != DL_PHYS_ADDR_ACK) { 1777 int prefix(void *val, in argument [all...] |
| /openjdk7/jdk/src/solaris/native/sun/nio/ch/ |
| H A D | IOUtil.c | 64 Java_sun_nio_ch_IOUtil_setfdVal(JNIEnv *env, jclass clazz, jobject fdo, jint val) argument 66 (*env)->SetIntField(env, fdo, fd_fdID, val); 158 const char *msg = reading ? "Read failed" : "Write failed"; local 159 JNU_ThrowIOExceptionWithLastError(env, msg); 193 const char *msg = reading ? "Read failed" : "Write failed"; local 194 JNU_ThrowIOExceptionWithLastError(env, msg);
|
| /openjdk7/jdk/test/com/sun/jdi/sde/ |
| H A D | InstallSDE.java | 44 static void abort(String msg) { argument 45 System.err.println(msg); 184 void randomAccessWriteU2(int pos, int val) { argument 187 writeU2(val); 205 void writeU1(int val) { argument 206 gen[genPos++] = (byte)val; 209 void writeU2(int val) { argument 210 writeU1(val >> 8); 211 writeU1(val & 0xFF); 214 void writeU4(int val) { argument [all...] |
| /openjdk7/jdk/src/share/javavm/export/ |
| H A D | jni.h | 247 (JNIEnv *env, jclass clazz, const char *msg); 255 (JNIEnv *env, const char *msg); 475 (JNIEnv *env, jobject obj, jfieldID fieldID, jobject val); 477 (JNIEnv *env, jobject obj, jfieldID fieldID, jboolean val); 479 (JNIEnv *env, jobject obj, jfieldID fieldID, jbyte val); 481 (JNIEnv *env, jobject obj, jfieldID fieldID, jchar val); 483 (JNIEnv *env, jobject obj, jfieldID fieldID, jshort val); 485 (JNIEnv *env, jobject obj, jfieldID fieldID, jint val); 487 (JNIEnv *env, jobject obj, jfieldID fieldID, jlong val); 489 (JNIEnv *env, jobject obj, jfieldID fieldID, jfloat val); 821 ThrowNew(jclass clazz, const char *msg) argument 833 FatalError(const char *msg) argument 1310 SetObjectField(jobject obj, jfieldID fieldID, jobject val) argument 1313 SetBooleanField(jobject obj, jfieldID fieldID, jboolean val) argument 1317 SetByteField(jobject obj, jfieldID fieldID, jbyte val) argument 1321 SetCharField(jobject obj, jfieldID fieldID, jchar val) argument 1325 SetShortField(jobject obj, jfieldID fieldID, jshort val) argument 1329 SetIntField(jobject obj, jfieldID fieldID, jint val) argument 1333 SetLongField(jobject obj, jfieldID fieldID, jlong val) argument 1337 SetFloatField(jobject obj, jfieldID fieldID, jfloat val) argument 1341 SetDoubleField(jobject obj, jfieldID fieldID, jdouble val) argument 1634 SetObjectArrayElement(jobjectArray array, jsize index, jobject val) argument [all...] |
| /openjdk7/jdk/src/share/native/sun/awt/libpng/ |
| H A D | pngerror.c | 70 char msg[16]; local 88 msg[i] = error_message[i + 1]; 89 msg[i - 1] = '\0'; 90 error_message = msg; 101 msg[0] = '0'; 102 msg[1] = '\0'; 103 error_message = msg; 316 char msg[128]; local 318 for (i=0; i<(sizeof msg)-1 && *message != '\0'; ++i) 350 for (; i<(sizeof msg) 447 char msg[18+PNG_MAX_ERROR_TEXT]; local 463 char msg[18+PNG_MAX_ERROR_TEXT]; local 497 char msg[fixed_message_ln+PNG_MAX_ERROR_TEXT]; local 579 PNG_FUNCTION(void,PNGAPI png_longjmp,(png_structp png_ptr, int val),PNG_NORETURN) argument [all...] |
| H A D | pngrutil.c | 134 unsigned int val = local 138 return (png_uint_16)val; 402 png_const_charp msg; local 404 if (png_ptr->zstream.msg != 0) 405 msg = png_ptr->zstream.msg; 410 msg = "Buffer error in compressed datastream"; 414 msg = "Data error in compressed datastream"; 418 msg = "Incomplete compressed datastream"; 422 png_chunk_warning(png_ptr, msg); [all...] |
| /openjdk7/jdk/src/share/classes/sun/security/pkcs11/ |
| H A D | Config.java | 366 private ConfigurationException excToken(String msg) { argument 367 return new ConfigurationException(msg + " " + st); 370 private ConfigurationException excLine(String msg) { argument 371 return new ConfigurationException(msg + ", line " + st.lineno()); 565 String val = parseWord(); 566 if (val.equals("true")) { 568 } else if (val.equals("false")) { 617 private static boolean isByteArray(String val) { argument 618 return val.startsWith("0h"); 976 String val 992 ConfigurationException(String msg) argument [all...] |
| /openjdk7/jdk/test/java/util/Map/ |
| H A D | LockStep.java | 55 void put(List<Map> maps, Object key, Object val) { argument 57 map.put(key, val); 115 void fail(String msg) {System.err.println(msg); fail();} argument
|