< prev index next >

src/hotspot/share/memory/filemap.hpp

Print this page

        

@@ -225,10 +225,12 @@
   bool   _has_platform_or_app_classes;  // Archive contains app classes
   char*  _requested_base_address;       // Archive relocation is not necessary if we map with this base address.
   char*  _mapped_base_address;          // Actual base address where archive is mapped.
 
   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.
   size_t _ptrmap_size_in_bits;          // Size of pointer relocation bitmap
 
   char* from_mapped_offset(size_t offset) const {
     return mapped_base_address() + offset;
   }
< prev index next >