< prev index next >

src/hotspot/share/memory/metachunk.cpp

Print this page
rev 47755 : 8189864: Provide an ascii map to visualize metaspace fragmentation
Reviewed-by: goetz, coleenp

*** 53,64 **** : Metabase<Metachunk>(word_size), _top(NULL), _container(container) { _top = initial_top(); - #ifdef ASSERT set_is_tagged_free(false); mangle(uninitMetaWordVal); #endif } MetaWord* Metachunk::allocate(size_t word_size) { --- 53,64 ---- : Metabase<Metachunk>(word_size), _top(NULL), _container(container) { _top = initial_top(); set_is_tagged_free(false); + #ifdef ASSERT mangle(uninitMetaWordVal); #endif } MetaWord* Metachunk::allocate(size_t word_size) {
< prev index next >