--- old/src/share/vm/runtime/os.hpp 2015-03-15 15:50:10.071037408 -0700 +++ new/src/share/vm/runtime/os.hpp 2015-03-15 15:50:09.959031813 -0700 @@ -493,7 +493,7 @@ // Terminate with an error. Default is to generate a core file on platforms // that support such things. This calls shutdown() and then aborts. - static void abort(bool dump_core = true); + static void abort(bool dump_core = true, void *siginfo = NULL, void *context = NULL); // Die immediately, no exit hook, no abort hook, no cleanup. static void die(); @@ -718,7 +718,7 @@ static void os_exception_wrapper(java_call_t f, JavaValue* value, methodHandle* method, JavaCallArguments* args, Thread* thread); // On Windows this will create an actual minidump, on Linux/Solaris it will simply check core dump limits - static void check_or_create_dump(void* exceptionRecord, void* contextRecord, char* buffer, size_t bufferSize); + static void check_create_dump_limit(void* exceptionRecord, void* contextRecord, char* buffer, size_t bufferSize); // Get the default path to the core file // Returns the length of the string