src/hotspot/share/memory/filemap.hpp
changeset 49329 04ed29f9ef33
parent 48794 ea0d0781c63c
child 49364 601146c66cad
--- a/src/hotspot/share/memory/filemap.hpp	Fri Mar 02 10:42:32 2018 -0800
+++ b/src/hotspot/share/memory/filemap.hpp	Fri Mar 02 17:25:55 2018 -0500
@@ -125,14 +125,13 @@
     size_t  _cds_i2i_entry_code_buffers_size;
     size_t  _core_spaces_size;        // number of bytes allocated by the core spaces
                                       // (mc, md, ro, rw and od).
-
     struct space_info {
       int    _crc;           // crc checksum of the current space
       size_t _file_offset;   // sizeof(this) rounded to vm page size
       union {
         char*  _base;        // copy-on-write base address
         intx   _offset;      // offset from the compressed oop encoding base, only used
-                             // by string space
+                             // by archive heap space
       } _addr;
       size_t _used;          // for setting space top on read
       bool   _read_only;     // read only space?