< prev index next >

src/share/vm/memory/metaspaceShared.cpp

Print this page

        

*** 538,548 **** SystemDictionary::reorder_dictionary(); NOT_PRODUCT(SystemDictionary::verify();) ! // Copy the the symbol table, string table, and the system dictionary to the shared // space in usable form. Copy the hashtable // buckets first [read-write], then copy the linked lists of entries // [read-only]. NOT_PRODUCT(SymbolTable::verify()); --- 538,548 ---- SystemDictionary::reorder_dictionary(); NOT_PRODUCT(SystemDictionary::verify();) ! // Copy the symbol table, string table, and the system dictionary to the shared // space in usable form. Copy the hashtable // buckets first [read-write], then copy the linked lists of entries // [read-only]. NOT_PRODUCT(SymbolTable::verify());
< prev index next >