< prev index next >

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

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

*** 30,40 **** #include "utilities/debug.hpp" #include "utilities/globalDefinitions.hpp" #include "utilities/ostream.hpp" namespace metaspace { - namespace internals { DEBUG_ONLY(internal_statistics_t g_internal_statistics;) // Print a size, in words, scaled. void print_scaled_words(outputStream* st, size_t word_size, size_t scale, int width) { --- 30,39 ----
*** 195,201 **** assert(i > ZeroIndex, "Out of bound"); return (ChunkIndex) (i-1); } - } // namespace internals } // namespace metaspace --- 194,200 ---- assert(i > ZeroIndex, "Out of bound"); return (ChunkIndex) (i-1); } } // namespace metaspace +
< prev index next >