--- old/src/hotspot/share/memory/filemap.hpp 2020-07-22 12:00:33.623877665 -0700 +++ new/src/hotspot/share/memory/filemap.hpp 2020-07-22 12:00:33.439870739 -0700 @@ -234,6 +234,7 @@ bool _allow_archiving_with_java_agent; // setting of the AllowArchivingWithJavaAgent option bool _use_optimized_module_handling;// No module-relation VM options were specified, so we can skip // some expensive operations. + bool _use_full_module_graph; // Can we use the full archived modue graph? size_t _ptrmap_size_in_bits; // Size of pointer relocation bitmap char* from_mapped_offset(size_t offset) const {