src/hotspot/share/memory/filemap.hpp
changeset 52596 dfa02b3f728c
parent 52514 f4e3900c8d08
child 52674 c9325aa887da
equal deleted inserted replaced
52595:16609197022c 52596:dfa02b3f728c
   149   jshort _max_used_path_index;          // max path index referenced during CDS dump
   149   jshort _max_used_path_index;          // max path index referenced during CDS dump
   150   bool   _verify_local;                 // BytecodeVerificationLocal setting
   150   bool   _verify_local;                 // BytecodeVerificationLocal setting
   151   bool   _verify_remote;                // BytecodeVerificationRemote setting
   151   bool   _verify_remote;                // BytecodeVerificationRemote setting
   152   bool   _has_platform_or_app_classes;  // Archive contains app classes
   152   bool   _has_platform_or_app_classes;  // Archive contains app classes
   153   size_t _shared_base_address;          // SharedBaseAddress used at dump time
   153   size_t _shared_base_address;          // SharedBaseAddress used at dump time
       
   154   bool   _allow_archiving_with_java_agent; // setting of the AllowArchivingWithJavaAgent option
   154 
   155 
   155   void set_has_platform_or_app_classes(bool v) {
   156   void set_has_platform_or_app_classes(bool v) {
   156     _has_platform_or_app_classes = v;
   157     _has_platform_or_app_classes = v;
   157   }
   158   }
   158   bool has_platform_or_app_classes() { return _has_platform_or_app_classes; }
   159   bool has_platform_or_app_classes() { return _has_platform_or_app_classes; }