< prev index next >

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

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

*** 29,39 **** #include "utilities/globalDefinitions.hpp" class outputStream; namespace metaspace { - namespace internals { enum ChunkSizes { // in words. ClassSpecializedChunk = 128, SpecializedChunk = 128, ClassSmallChunk = 256, --- 29,38 ----
*** 120,131 **** inline bool is_valid_nonhumongous_chunktype(ChunkIndex index) { return is_valid_chunktype(index) && index != HumongousIndex; } - - - - } // namespace internals } // namespace metaspace #endif /* SHARE_MEMORY_METASPACE_METASPACESTATISTICS_HPP_ */ --- 119,127 ---- inline bool is_valid_nonhumongous_chunktype(ChunkIndex index) { return is_valid_chunktype(index) && index != HumongousIndex; } } // namespace metaspace #endif /* SHARE_MEMORY_METASPACE_METASPACESTATISTICS_HPP_ */ +
< prev index next >