mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
Merge
This commit is contained in:
commit
2d6f42d18c
513 changed files with 31554 additions and 2230 deletions
|
@ -631,7 +631,7 @@ JNI_ENTRY(void, jni_FatalError(JNIEnv *env, const char *msg))
|
|||
DTRACE_PROBE2(hotspot_jni, FatalError__entry, env, msg);
|
||||
tty->print_cr("FATAL ERROR in native method: %s", msg);
|
||||
thread->print_stack();
|
||||
os::abort(false); // Prevent core dump, causes a jck failure.
|
||||
os::abort(); // Dump core and abort
|
||||
JNI_END
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue