--- old/src/hotspot/share/oops/instanceKlass.cpp 2020-08-12 15:00:59.068612771 -0700 +++ new/src/hotspot/share/oops/instanceKlass.cpp 2020-08-12 15:00:58.704599069 -0700 @@ -47,6 +47,7 @@ #include "logging/logMessage.hpp" #include "logging/logStream.hpp" #include "memory/allocation.inline.hpp" +#include "memory/archiveUtils.hpp" #include "memory/iterator.inline.hpp" #include "memory/metadataFactory.hpp" #include "memory/metaspaceClosure.hpp" @@ -2544,7 +2545,7 @@ _oop_map_cache = NULL; // clear _nest_host to ensure re-load at runtime _nest_host = NULL; - _package_entry = NULL; + _package_entry = NULL; // TODO -- point it to the archived PackageEntry (JDK-8249262) _dep_context_last_cleaned = 0; }