--- old/src/hotspot/share/memory/filemap.hpp 2020-08-31 08:09:21.579701787 -0700 +++ new/src/hotspot/share/memory/filemap.hpp 2020-08-31 08:09:21.355693355 -0700 @@ -233,6 +233,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 module graph? size_t _ptrmap_size_in_bits; // Size of pointer relocation bitmap char* from_mapped_offset(size_t offset) const {