Searched refs:fatal_error (Results 1 - 12 of 12) sorted by relevance

/openjdk7/jdk/src/share/demo/jvmti/mtrace/
H A Dmtrace.c213 fatal_error("ERROR: Class number out of range\n");
224 fatal_error("ERROR: Out of malloc memory\n");
233 fatal_error("ERROR: Out of malloc memory\n");
237 fatal_error("ERROR: Out of malloc memory\n");
253 fatal_error("ERROR: Class number out of range\n");
257 fatal_error("ERROR: Method number out of range\n");
280 fatal_error("ERROR: Class number out of range\n");
284 fatal_error("ERROR: Method number out of range\n");
318 fatal_error("ERROR: JNI: Cannot find %s with FindClass\n",
323 fatal_error("ERRO
[all...]
/openjdk7/jdk/src/share/demo/jvmti/minst/
H A Dminst.c137 fatal_error("ERROR: JNI: Cannot find %s with FindClass\n",
144 fatal_error("ERROR: JNI: Cannot get field from %s\n",
165 fatal_error("ERROR: JNI: Cannot find %s with FindClass\n",
170 fatal_error("ERROR: JNI: Cannot get field from %s\n",
211 fatal_error("ERROR: No classname inside classfile\n");
216 fatal_error("ERROR: Out of malloc memory\n");
331 fatal_error("ERROR: Out of malloc memory\n");
337 fatal_error("ERROR: include option error\n");
355 fatal_error("ERROR: Out of malloc memory\n");
361 fatal_error("ERRO
[all...]
/openjdk7/jdk/src/share/demo/jvmti/agent_util/
H A Dagent_util.h58 void fatal_error(const char * format, ...);
H A Dagent_util.c59 fatal_error(const char * format, ...) function
208 fatal_error("ERROR: JVMTI: %d(%s): %s\n", errnum,
264 fatal_error("ERROR: Java home not found\n");
277 fatal_error("ERROR: Path to jar file too long\n");
/openjdk7/jdk/src/share/demo/jvmti/waiters/
H A DMonitor.cpp69 fatal_error("ERROR: Cannot find jclass from jobject\n");
H A Dwaiters.cpp80 fatal_error("ERROR: GetEnvironmentLocalStorage() returned NULL");
257 fatal_error("ERROR: Unable to create jvmtiEnv, GetEnv failed, error=%d\n", rc);
/openjdk7/jdk/src/share/demo/jvmti/gctest/
H A Dgctest.c52 /* For stdout_message(), fatal_error(), and check_jvmti_error() */
99 fatal_error("Cannot find Thread class\n");
103 fatal_error("Cannot find Thread constructor method\n");
107 fatal_error("Cannot create new Thread object\n");
161 fatal_error("ERROR: Unable to create jvmtiEnv, rc=%d\n", rc);
/openjdk7/jdk/src/share/demo/jvmti/versionCheck/
H A DversionCheck.c68 fatal_error(
102 fatal_error("ERROR: Unable to create jvmtiEnv, GetEnv failed, error=%d\n", rc);
/openjdk7/jdk/src/share/demo/jvmti/heapViewer/
H A DheapViewer.c132 fatal_error("ERROR: Ran out of malloc space\n");
141 fatal_error("ERROR: No class signature found\n");
250 fatal_error("ERROR: Unable to create jvmtiEnv, error=%d\n", rc);
254 fatal_error("ERROR: No jvmtiEnv* returned from GetEnv\n");
/openjdk7/jdk/src/share/demo/jvmti/heapTracker/
H A DheapTracker.c214 fatal_error("ERROR: Ran out of malloc() space\n");
397 fatal_error("ERROR: JNI: Cannot find %s with FindClass\n",
402 fatal_error("ERROR: JNI: Cannot register natives for class %s\n",
409 fatal_error("ERROR: JNI: Cannot get field from %s\n",
584 fatal_error("%d: NULL ENTRY ERROR\n", index);
645 fatal_error("ERROR: JNI: Cannot find %s with FindClass\n",
650 fatal_error("ERROR: JNI: Cannot get field from %s\n",
688 fatal_error("ERROR: Ran out of malloc() space\n");
703 fatal_error("ERROR: Count found by iterate doesn't match ours:"
771 fatal_error("ERRO
[all...]
/openjdk7/jdk/src/share/demo/jvmti/compiledMethodLoad/
H A DcompiledMethodLoad.c237 fatal_error("ERROR: %s: Unable to create output file\n", OUTPUT_FILE);
244 fatal_error(
/openjdk7/jdk/src/share/demo/jvmti/java_crw_demo/
H A Djava_crw_demo.c73 #define CRW_FATAL(ci, message) fatal_error(ci, message, __FILE__, __LINE__)
250 fatal_error(CrwClassImage *ci, const char *message, const char *file, int line) function
284 fatal_error(ci, buf, file, line);

Completed in 49 milliseconds