< prev index next >

src/hotspot/share/memory/metachunk.hpp

Print this page
rev 50036 : imported patch 8202634-simplify-spacemanager

*** 226,236 **** ChunkIndex get_chunk_type() const { return _chunk_type; } bool is_class() const { return _is_class; } DEBUG_ONLY(void mangle(juint word_value);) ! DEBUG_ONLY(void verify();) }; // Metablock is the unit of allocation from a Chunk. // --- 226,236 ---- ChunkIndex get_chunk_type() const { return _chunk_type; } bool is_class() const { return _is_class; } DEBUG_ONLY(void mangle(juint word_value);) ! DEBUG_ONLY(void verify() const;) }; // Metablock is the unit of allocation from a Chunk. //
< prev index next >