hotspot/src/share/vm/memory/filemap.cpp
changeset 19707 fecaabc8e462
parent 19319 0ad35be0733a
child 23186 9396c6fb571b
--- a/hotspot/src/share/vm/memory/filemap.cpp	Fri Aug 30 15:42:01 2013 -0700
+++ b/hotspot/src/share/vm/memory/filemap.cpp	Sun Sep 01 10:37:01 2013 -0400
@@ -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);
 }