< prev index next >

src/hotspot/share/memory/filemap.hpp

Print this page

        

@@ -39,12 +39,10 @@
 //  read-write space
 //  read-only space
 //  misc data (block offset table, string table, symbols, dictionary, etc.)
 //  tag(666)
 
-static const int JVM_IDENT_MAX = 256;
-
 class SharedClassPathEntry {
   enum {
     modules_image_entry,
     jar_entry,
     signed_jar_entry,

@@ -137,15 +135,10 @@
   size_t  _core_spaces_size;        // number of bytes allocated by the core spaces
                                     // (mc, md, ro, rw and od).
   MemRegion _heap_reserved;         // reserved region for the entire heap at dump time.
   bool _base_archive_is_default;    // indicates if the base archive is the system default one
 
-  // The following fields are all sanity checks for whether this archive
-  // will function correctly with this JVM and the bootclasspath it's
-  // invoked with.
-  char  _jvm_ident[JVM_IDENT_MAX];      // identifier for jvm
-
   // size of the base archive name including NULL terminator
   int _base_archive_name_size;
 
   // The _paths_misc_info is a variable-size structure that records "miscellaneous"
   // information during dumping. It is generated and validated by the
< prev index next >