--- old/src/share/back/debugInit.c 2014-08-19 23:01:06.728198809 +0400 +++ new/src/share/back/debugInit.c 2014-08-19 23:01:06.466192394 +0400 @@ -1312,12 +1312,6 @@ /* Finish up logging. We reach here if JDWP is doing the exiting. */ finish_logging(exit_code); /* Only first call matters */ - /* Let's give the JNI a FatalError if non-exit 0, which is historic way */ - if ( exit_code != 0 ) { - JNIEnv *env = NULL; - jniFatalError(env, msg, error, exit_code); - } - /* Last chance to die, this kills the entire process. */ forceExit(exit_code); }