< prev index next >

src/hotspot/share/memory/metachunk.hpp

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

@@ -226,11 +226,11 @@
 
   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();)
+  DEBUG_ONLY(void verify() const;)
 
 };
 
 // Metablock is the unit of allocation from a Chunk.
 //
< prev index next >