src/hotspot/share/memory/metachunk.hpp
changeset 50066 bd3e4517dfa3
parent 49980 57dd7b4ba338
equal deleted inserted replaced
50065:ae0ebd3cf949 50066:bd3e4517dfa3
   226 
   226 
   227   ChunkIndex get_chunk_type() const     { return _chunk_type; }
   227   ChunkIndex get_chunk_type() const     { return _chunk_type; }
   228   bool is_class() const                 { return _is_class; }
   228   bool is_class() const                 { return _is_class; }
   229 
   229 
   230   DEBUG_ONLY(void mangle(juint word_value);)
   230   DEBUG_ONLY(void mangle(juint word_value);)
   231   DEBUG_ONLY(void verify();)
   231   DEBUG_ONLY(void verify() const;)
   232 
   232 
   233 };
   233 };
   234 
   234 
   235 // Metablock is the unit of allocation from a Chunk.
   235 // Metablock is the unit of allocation from a Chunk.
   236 //
   236 //