< prev index next >

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

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

@@ -31,11 +31,10 @@
 #include "memory/metaspace/metachunk.hpp" // for ChunkIndex enum
 
 class outputStream;
 
 namespace metaspace {
-namespace internals {
 
 // Contains statistics for a number of free chunks.
 class FreeChunksStatistics {
   uintx _num;         // Number of chunks
   size_t _cap;        // Total capacity, in words

@@ -181,9 +180,9 @@
 
   void print_on(outputStream* st, size_t scale, bool detailed) const;
 
 }; // ClassLoaderMetaspaceStatistics
 
-} // namespace internals
 } // namespace metaspace
 
 #endif /* SHARE_MEMORY_METASPACE_METASPACESTATISTICS_HPP_ */
+
< prev index next >