src/share/vm/memory/filemap.cpp

changeset 7414
0558eb13dcf3
parent 7241
8cb56c8cb30d
child 7535
7ae4e26cb1e0
child 10008
fd3484fadbe3
equal deleted inserted replaced
7413:9c8dbbd8694a 7414:0558eb13dcf3
95 } else { 95 } else {
96 if (PrintSharedSpaces) { 96 if (PrintSharedSpaces) {
97 tty->print_cr("UseSharedSpaces: %s", msg); 97 tty->print_cr("UseSharedSpaces: %s", msg);
98 } 98 }
99 } 99 }
100 UseSharedSpaces = false;
101 assert(current_info() != NULL, "singleton must be registered");
102 current_info()->close();
100 } 103 }
101 va_end(ap); 104 va_end(ap);
102 UseSharedSpaces = false;
103 assert(current_info() != NULL, "singleton must be registered");
104 current_info()->close();
105 } 105 }
106 106
107 // Fill in the fileMapInfo structure with data about this VM instance. 107 // Fill in the fileMapInfo structure with data about this VM instance.
108 108
109 // This method copies the vm version info into header_version. If the version is too 109 // This method copies the vm version info into header_version. If the version is too

mercurial