Kaydet (Commit) 004ddbe6 authored tarafından Michael Stahl's avatar Michael Stahl

jvmfwk: slighly misleading error message

Change-Id: I64165a03c16d852781173fe2de952e6b803efaf7
üst 5cfc5878
...@@ -194,7 +194,7 @@ extern "C" void JNICALL abort_handler() ...@@ -194,7 +194,7 @@ extern "C" void JNICALL abort_handler()
// If we are within JNI_CreateJavaVM then we jump back into getJavaVM // If we are within JNI_CreateJavaVM then we jump back into getJavaVM
if( g_bInGetJavaVM != 0 ) if( g_bInGetJavaVM != 0 )
{ {
fprintf( stderr, "JavaVM: JNI_CreateJavaVM called _exit, caught by abort_handler in javavm.cxx\n"); fprintf(stderr, "JavaVM: JNI_CreateJavaVM called os::abort(), caught by abort_handler in javavm.cxx\n");
longjmp( jmp_jvm_abort, 0); longjmp( jmp_jvm_abort, 0);
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment