src/hotspot/share/memory/filemap.cpp
changeset 52811 ff04b71bf6f1
parent 52702 10c6e9066819
child 53884 1a7b57d02107
--- a/src/hotspot/share/memory/filemap.cpp	Tue Dec 04 11:10:19 2018 +0530
+++ b/src/hotspot/share/memory/filemap.cpp	Mon Dec 03 22:27:24 2018 -0800
@@ -683,7 +683,7 @@
   int arr_len = heap_mem == NULL ? 0 : heap_mem->length();
   if(arr_len > max_num_regions) {
     fail_stop("Unable to write archive heap memory regions: "
-              "number of memory regions exceeds maximum due to fragmentation."
+              "number of memory regions exceeds maximum due to fragmentation. "
               "Please increase java heap size "
               "(current MaxHeapSize is " SIZE_FORMAT ", InitialHeapSize is " SIZE_FORMAT ").",
               MaxHeapSize, InitialHeapSize);