diff src/share/vm/memory/filemap.cpp @ 14422:2b8e28fdf503

Merge
author kvn
date Tue, 05 Nov 2013 17:38:04 -0800
parents 35b99e7e0af2
children ff056d90e349 78bbf4d43a14
line wrap: on
line diff
--- a/src/share/vm/memory/filemap.cpp	Wed Oct 16 10:52:41 2013 +0200
+++ b/src/share/vm/memory/filemap.cpp	Tue Nov 05 17:38:04 2013 -0800
@@ -55,6 +55,7 @@
               " shared archive file.\n");
   jio_vfprintf(defaultStream::error_stream(), msg, ap);
   jio_fprintf(defaultStream::error_stream(), "\n");
+  // Do not change the text of the below message because some tests check for it.
   vm_exit_during_initialization("Unable to use shared archive.", NULL);
 }