src/os/aix/vm/os_aix.cpp

Print this page

        

@@ -5067,10 +5067,13 @@
   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() {