Searched refs:HPROF_ERROR (Results 1 - 14 of 14) sorted by relevance

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_check.h47 HPROF_ERROR(JNI_TRUE, #condition) )
H A Dhprof_error.h48 #define HPROF_ERROR(fatal,msg) \ macro
H A Dhprof_tag.c72 HPROF_ERROR(JNI_TRUE, "JVMTI tag value is not 0 and missing TAG_CHECK");
H A Dhprof_init.c210 HPROF_ERROR(JNI_TRUE, errmsg);
245 HPROF_ERROR(JNI_FALSE, "invalid port number");
249 HPROF_ERROR(JNI_FALSE, "hostname is NULL");
495 HPROF_ERROR(JNI_FALSE, errmsg);
814 HPROF_ERROR(JNI_TRUE, errmsg);
827 HPROF_ERROR(JNI_FALSE, errmsg);
850 HPROF_ERROR(JNI_FALSE, errmsg);
1327 HPROF_ERROR(JNI_TRUE, "VM Death during VM Init");
1331 HPROF_ERROR(JNI_TRUE, "VM Death before VM Init");
1335 HPROF_ERROR(JNI_TRU
[all...]
H A Dhprof_util.c83 HPROF_ERROR(JNI_FALSE, buf);
139 HPROF_ERROR(JNI_TRUE, "Cannot allocate malloc memory");
164 HPROF_ERROR(JNI_TRUE, "Cannot allocate malloc memory");
612 HPROF_ERROR(JNI_TRUE, "JNI PushLocalFrame returned non-zero");
625 HPROF_ERROR(JNI_TRUE, "JNI PopLocalFrame returned wrong object");
641 HPROF_ERROR(JNI_TRUE, "JNI RegisterNatives returned non-zero");
905 HPROF_ERROR(JNI_FALSE, "Class not prepared when needing fields");
1140 HPROF_ERROR(JNI_FALSE, "Class not prepared when needing all fields");
1291 HPROF_ERROR(JNI_FALSE, "Unable to get potential JVMTI capabilities.");
1304 HPROF_ERROR(JNI_FALS
[all...]
H A Dhprof_check.c155 HPROF_ERROR(JNI_TRUE, buf);
215 HPROF_ERROR(JNI_TRUE, "bad type number");
547 HPROF_ERROR(JNI_TRUE, "unknown heap record type");
818 HPROF_ERROR(JNI_TRUE, "unknown heap record type");
1078 HPROF_ERROR(JNI_TRUE, "unknown record type");
1103 HPROF_ERROR(JNI_TRUE, "Cannot md_seek() to end of file");
1107 HPROF_ERROR(JNI_TRUE, "Cannot md_seek() to start of file");
1115 HPROF_ERROR(JNI_TRUE, "System read failed.");
H A Dhprof_util.h64 HPROF_ERROR(JNI_TRUE, "Unexpected Exception found beforehand");\
73 HPROF_ERROR(JNI_TRUE, "Unexpected Exception found afterward");\
H A Dhprof_reference.c281 HPROF_ERROR(JNI_FALSE, "Trouble with fields and heap data");
289 HPROF_ERROR(JNI_FALSE, "Trouble with fields and heap data");
388 HPROF_ERROR(JNI_FALSE, "Trouble with unprepared classes");
574 HPROF_ERROR(JNI_FALSE, "Big Trouble with unprepared class instances");
H A Dhprof_io.c275 HPROF_ERROR(JNI_TRUE, buf);
745 HPROF_ERROR(JNI_TRUE, buf);
1583 HPROF_ERROR(JNI_TRUE, "Mis-match on instance size in class dump");
1757 HPROF_ERROR(JNI_TRUE, "Mis-match on instance size in instance dump");
1902 HPROF_ERROR(JNI_TRUE, "File size is smaller than bytes written");
1947 HPROF_ERROR(JNI_TRUE, "Cannot seek to beginning of heap info file");
H A Dhprof_listener.c341 HPROF_ERROR(JNI_FALSE, buf);
H A Dhprof_tls.c462 HPROF_ERROR(JNI_FALSE, "no frames, method can't be on stack");
508 HPROF_ERROR(JNI_FALSE, "method return tracked, but stack is empty");
961 HPROF_ERROR(JNI_FALSE, "expection pop, nothing on stack");
975 HPROF_ERROR(JNI_FALSE, "exception pop stack empty");
H A Dhprof_tracker.c99 HPROF_ERROR(JNI_TRUE, "Problems tracking callbacks"); \
H A Dhprof_class.c513 HPROF_ERROR(JNI_TRUE, "Cannot load class with findClass");
651 HPROF_ERROR(JNI_FALSE, "Missing jclass when fields needed");
H A Dhprof_table.c142 HPROF_ERROR(JNI_FALSE, "SANITY IN QUESTION: " #condition))

Completed in 87 milliseconds