< prev index next >

src/hotspot/share/memory/metaspaceChunkFreeListSummary.hpp

Print this page
rev 60538 : imported patch jep387-all.patch

@@ -23,11 +23,13 @@
  */
 
 #ifndef SHARE_MEMORY_METASPACECHUNKFREELISTSUMMARY_HPP
 #define SHARE_MEMORY_METASPACECHUNKFREELISTSUMMARY_HPP
 
+#include "utilities/globalDefinitions.hpp"
 
+// Todo: will need to rework this, see JDK-8251342
 class MetaspaceChunkFreeListSummary {
   size_t _num_specialized_chunks;
   size_t _num_small_chunks;
   size_t _num_medium_chunks;
   size_t _num_humongous_chunks;
< prev index next >