< prev index next >

src/hotspot/share/memory/metaspace/chunkManager.cpp

Print this page
rev 50187 : imported patch metaspace-split
rev 50188 : [mq]: 8176808-split-metaspace-cpp-2

*** 37,48 **** #include "utilities/debug.hpp" #include "utilities/globalDefinitions.hpp" #include "utilities/ostream.hpp" namespace metaspace { - namespace internals { - void ChunkManager::remove_chunk(Metachunk* chunk) { size_t word_size = chunk->word_size(); ChunkIndex index = list_index(word_size); if (index != HumongousIndex) { --- 37,46 ----
*** 649,657 **** out->chunk_stats(i).add(num_free_chunks(i), size_free_chunks_in_bytes(i) / sizeof(MetaWord)); } } } // namespace metaspace - } // namespace internals --- 647,654 ----
< prev index next >