src/os/aix/vm/os_aix.cpp

Print this page

        

*** 5067,5076 **** --- 5067,5079 ---- 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() {