hotspot/src/share/vm/memory/filemap.cpp
changeset 28017 84009002b566
parent 27880 afb974a04396
child 28023 a4075664328d
equal deleted inserted replaced
28016:e42ebed2849d 28017:84009002b566
    96     } else {
    96     } else {
    97       if (PrintSharedSpaces) {
    97       if (PrintSharedSpaces) {
    98         tty->print_cr("UseSharedSpaces: %s", msg);
    98         tty->print_cr("UseSharedSpaces: %s", msg);
    99       }
    99       }
   100     }
   100     }
       
   101     UseSharedSpaces = false;
       
   102     assert(current_info() != NULL, "singleton must be registered");
       
   103     current_info()->close();
   101   }
   104   }
   102   va_end(ap);
   105   va_end(ap);
   103   UseSharedSpaces = false;
       
   104   assert(current_info() != NULL, "singleton must be registered");
       
   105   current_info()->close();
       
   106 }
   106 }
   107 
   107 
   108 // Fill in the fileMapInfo structure with data about this VM instance.
   108 // Fill in the fileMapInfo structure with data about this VM instance.
   109 
   109 
   110 // This method copies the vm version info into header_version.  If the version is too
   110 // This method copies the vm version info into header_version.  If the version is too