--- old/src/hotspot/share/memory/metaspaceShared.cpp 2018-08-15 11:18:35.341271862 -0700 +++ new/src/hotspot/share/memory/metaspaceShared.cpp 2018-08-15 11:18:35.017259093 -0700 @@ -1698,6 +1698,7 @@ tty->print_cr("Rewriting and linking classes: done"); SystemDictionary::clear_invoke_method_table(); + HeapShared::init_archivable_static_fields(THREAD); VM_PopulateDumpSharedSpace op; VMThread::execute(&op);