hotspot/src/share/vm/memory/metaspaceShared.cpp
changeset 33628 09241459a8b8
parent 33148 68fa8b6c4340
child 33638 ef49ed90010b
equal deleted inserted replaced
33627:c5b7455f846e 33628:09241459a8b8
   538 
   538 
   539   SystemDictionary::reorder_dictionary();
   539   SystemDictionary::reorder_dictionary();
   540 
   540 
   541   NOT_PRODUCT(SystemDictionary::verify();)
   541   NOT_PRODUCT(SystemDictionary::verify();)
   542 
   542 
   543   // Copy the the symbol table, string table, and the system dictionary to the shared
   543   // Copy the symbol table, string table, and the system dictionary to the shared
   544   // space in usable form.  Copy the hashtable
   544   // space in usable form.  Copy the hashtable
   545   // buckets first [read-write], then copy the linked lists of entries
   545   // buckets first [read-write], then copy the linked lists of entries
   546   // [read-only].
   546   // [read-only].
   547 
   547 
   548   NOT_PRODUCT(SymbolTable::verify());
   548   NOT_PRODUCT(SymbolTable::verify());