src/os/solaris/vm/os_solaris.cpp

Print this page

        

*** 5977,5986 **** --- 5977,5989 ---- if (p == NULL) { assert(p != NULL, "failed to get current directory"); return 0; } + jio_snprintf(buffer, bufferSize, "%s/core or core.%d", + p, current_process_id()); + return strlen(buffer); } #ifndef PRODUCT void TestReserveMemorySpecial_test() {