src/hotspot/share/memory/metaspace/internStat.hpp
branchstuefe-new-metaspace-branch
changeset 59155 b537e6386306
parent 58227 0e7d9a23261e
child 59257 990b1fed3b47
--- a/src/hotspot/share/memory/metaspace/internStat.hpp	Tue Nov 19 20:01:05 2019 +0100
+++ b/src/hotspot/share/memory/metaspace/internStat.hpp	Fri Nov 01 10:28:15 2019 +0100
@@ -46,7 +46,7 @@
   /* Number of allocations. */                      \
   x_atomic(num_allocs)                              \
                                                     \
-  /* Number of deallocations */                     \
+  /* Number of deallocations (external) */          \
   x_atomic(num_deallocs)                            \
   /* Number of times an allocation was satisfied */ \
   /*  from deallocated blocks. */                   \