--- old/src/share/vm/runtime/os.hpp 2012-06-26 17:29:44.569073532 -0700 +++ new/src/share/vm/runtime/os.hpp 2012-06-26 17:29:44.237239538 -0700 @@ -640,6 +640,10 @@ // 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); + // Generate a string with candidate core paths on platforms where that's relevant + // Return the number of characters actually generated + static int get_core_paths(char* buffer, size_t bufferSize); + // JVMTI & JVM monitoring and management support // The thread_cpu_time() and current_thread_cpu_time() are only // supported if is_thread_cpu_time_supported() returns true.