< prev index next >

src/hotspot/share/memory/metaspace/smallBlocks.hpp

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

*** 31,41 **** #include "utilities/globalDefinitions.hpp" class outputStream; namespace metaspace { - namespace internals { class SmallBlocks : public CHeapObj<mtClass> { const static uint _small_block_max_size = sizeof(TreeChunk<Metablock, FreeList<Metablock> >)/HeapWordSize; // Note: this corresponds to the imposed miminum allocation size, see SpaceManager::get_allocation_word_size() --- 31,40 ----
*** 82,90 **** void print_on(outputStream* st) const; }; } // namespace metaspace - } // namespace internals #endif /* SHARE_MEMORY_METASPACE_SMALLBLOCKS_HPP_ */ --- 81,89 ---- void print_on(outputStream* st) const; }; } // namespace metaspace #endif /* SHARE_MEMORY_METASPACE_SMALLBLOCKS_HPP_ */ +
< prev index next >