< prev index next >

src/hotspot/share/cds/dumpAllocStats.hpp

Print this page
*** 106,8 ***
--- 106,11 ---
      _num_klass_cp_entries ++;
      _num_klass_cp_entries_archived += archived ? 1 : 0;
    }
  
    void print_stats(int ro_all, int rw_all);
+ 
+   DEBUG_ONLY(void verify(int expected_byte_size, bool read_only) const);
+ 
  };
  
  #endif // SHARE_CDS_DUMPALLOCSTATS_HPP
< prev index next >