src/hotspot/share/memory/metaspace/internStat.hpp
branchstuefe-new-metaspace-branch
changeset 58227 0e7d9a23261e
parent 58063 bdf136b8ae0e
child 59155 b537e6386306
--- a/src/hotspot/share/memory/metaspace/internStat.hpp	Wed Sep 18 07:46:02 2019 +0200
+++ b/src/hotspot/share/memory/metaspace/internStat.hpp	Thu Sep 19 15:21:27 2019 +0200
@@ -66,6 +66,12 @@
   /* ... and died. */                               \
   x(num_metaspace_deaths)                           \
                                                     \
+	/* Number of times a ClassLoaderMetaspace was */  \
+	/*  born for an anonymous class... */             \
+	x(num_anon_cld_births)                            \
+	/* ... and died. */                               \
+  x(num_anon_cld_deaths)                            \
+                                                    \
   /* Number of times VirtualSpaceNode were */       \
   /*  created...  */                                \
   x(num_vsnodes_created)                            \