src/share/vm/memory/filemap.cpp

changeset 5625
35b99e7e0af2
parent 5528
740e263c80c6
child 6680
78bbf4d43a14
     1.1 --- a/src/share/vm/memory/filemap.cpp	Fri Aug 30 15:42:01 2013 -0700
     1.2 +++ b/src/share/vm/memory/filemap.cpp	Sun Sep 01 10:37:01 2013 -0400
     1.3 @@ -55,6 +55,7 @@
     1.4                " shared archive file.\n");
     1.5    jio_vfprintf(defaultStream::error_stream(), msg, ap);
     1.6    jio_fprintf(defaultStream::error_stream(), "\n");
     1.7 +  // Do not change the text of the below message because some tests check for it.
     1.8    vm_exit_during_initialization("Unable to use shared archive.", NULL);
     1.9  }
    1.10  

mercurial