diff -r 211998500d39 -r d9f6e3ee7fcb src/hotspot/share/memory/metaspaceShared.cpp --- a/src/hotspot/share/memory/metaspaceShared.cpp Thu Aug 16 19:49:25 2018 -0400 +++ b/src/hotspot/share/memory/metaspaceShared.cpp Wed Aug 15 11:19:57 2018 -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);