src/hotspot/share/memory/metaspaceShared.cpp
changeset 51429 d9f6e3ee7fcb
parent 51425 4e9667589c43
child 51444 3e5d28e6de32
equal deleted inserted replaced
51428:211998500d39 51429:d9f6e3ee7fcb
  1696     // are implemented by K are not verified.
  1696     // are implemented by K are not verified.
  1697     link_and_cleanup_shared_classes(CATCH);
  1697     link_and_cleanup_shared_classes(CATCH);
  1698     tty->print_cr("Rewriting and linking classes: done");
  1698     tty->print_cr("Rewriting and linking classes: done");
  1699 
  1699 
  1700     SystemDictionary::clear_invoke_method_table();
  1700     SystemDictionary::clear_invoke_method_table();
       
  1701     HeapShared::init_archivable_static_fields(THREAD);
  1701 
  1702 
  1702     VM_PopulateDumpSharedSpace op;
  1703     VM_PopulateDumpSharedSpace op;
  1703     VMThread::execute(&op);
  1704     VMThread::execute(&op);
  1704   }
  1705   }
  1705 }
  1706 }