< prev index next >

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

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

*** 26,36 **** #include "memory/metaspace/smallBlocks.hpp" #include "utilities/globalDefinitions.hpp" #include "utilities/ostream.hpp" namespace metaspace { - namespace internals { void SmallBlocks::print_on(outputStream* st) const { st->print_cr("SmallBlocks:"); for (uint i = _small_block_min_size; i < _small_block_max_size; i++) { uint k = i - _small_block_min_size; --- 26,35 ----
*** 58,63 **** } return result; } } // namespace metaspace ! } // namespace internals --- 57,62 ---- } return result; } } // namespace metaspace !
< prev index next >