hotspot/src/share/vm/memory/filemap.hpp
changeset 42876 ff8ff9dcccec
parent 41739 4a4b9f6a4306
child 46619 a3919f5e8d2b
equal deleted inserted replaced
42875:bac62054c0b6 42876:ff8ff9dcccec
   153     // FIXME -- if JAR files in the tail of the list were specified but not used during dumping,
   153     // FIXME -- if JAR files in the tail of the list were specified but not used during dumping,
   154     // they should be removed from this table, to save space and to avoid spurious
   154     // they should be removed from this table, to save space and to avoid spurious
   155     // loading failures during runtime.
   155     // loading failures during runtime.
   156     int _classpath_entry_table_size;
   156     int _classpath_entry_table_size;
   157     size_t _classpath_entry_size;
   157     size_t _classpath_entry_size;
   158     int    _num_patch_mod_prefixes;   // number of --patch-module entries
       
   159     SharedClassPathEntry* _classpath_entry_table;
   158     SharedClassPathEntry* _classpath_entry_table;
   160 
   159 
   161     char* region_addr(int idx);
   160     char* region_addr(int idx);
   162 
   161 
   163     virtual bool validate();
   162     virtual bool validate();