diff -r 2918c7e21a3a -r 35b99e7e0af2 src/share/vm/memory/filemap.cpp --- a/src/share/vm/memory/filemap.cpp Fri Aug 30 15:42:01 2013 -0700 +++ b/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); }