hotspot/src/share/vm/utilities/vmError.cpp
changeset 30622 648d51c142bd
parent 30281 b1608535e50f
child 30745 8ebe80838174
child 30768 66b53dcce510
--- a/hotspot/src/share/vm/utilities/vmError.cpp	Tue May 12 13:16:37 2015 -0700
+++ b/hotspot/src/share/vm/utilities/vmError.cpp	Tue May 12 13:17:54 2015 -0700
@@ -520,7 +520,7 @@
     st->print("# ");
     if (CreateCoredumpOnCrash) {
       if (coredump_status) {
-        st->print("Core dump will be written. %s", coredump_message);
+        st->print("Core dump will be written. Default location: %s", coredump_message);
       } else {
         st->print("No core dump will be written. %s", coredump_message);
       }