src/share/vm/memory/filemap.cpp

Print this page

        

*** 91,110 **** tty->vprint(msg, ap); tty->print_cr("]"); } else { if (RequireSharedSpaces) { fail(msg, ap); - } else { - if (PrintSharedSpaces) { - tty->print_cr("UseSharedSpaces: %s", msg); - } - } } - va_end(ap); UseSharedSpaces = false; assert(current_info() != NULL, "singleton must be registered"); current_info()->close(); } // Fill in the fileMapInfo structure with data about this VM instance. // This method copies the vm version info into header_version. If the version is too --- 91,106 ---- tty->vprint(msg, ap); tty->print_cr("]"); } else { if (RequireSharedSpaces) { fail(msg, ap); } UseSharedSpaces = false; assert(current_info() != NULL, "singleton must be registered"); current_info()->close(); + } + va_end(ap); } // Fill in the fileMapInfo structure with data about this VM instance. // This method copies the vm version info into header_version. If the version is too