--- old/src/share/vm/memory/filemap.cpp 2014-02-07 16:00:21.228886596 -0500 +++ new/src/share/vm/memory/filemap.cpp 2014-02-07 16:00:21.048976594 -0500 @@ -78,6 +78,10 @@ va_start(ap, msg); if (RequireSharedSpaces) { fail(msg, ap); + } else { + if (PrintMiscellaneous && Verbose) { + tty->print_cr("Attempt to use shared archive failed, continue with sharing disabled"); + } } va_end(ap); UseSharedSpaces = false;