< 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,11 +31,10 @@
 #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()

@@ -82,9 +81,9 @@
   void print_on(outputStream* st) const;
 
 };
 
 } // namespace metaspace
-} // namespace internals
 
 
 #endif /* SHARE_MEMORY_METASPACE_SMALLBLOCKS_HPP_ */
+
< prev index next >