hotspot/src/share/vm/memory/universe.cpp
changeset 14474 4154f1817a75
parent 14081 504ab928597a
child 14490 5bb45ed999ee
--- a/hotspot/src/share/vm/memory/universe.cpp	Fri Nov 02 07:44:11 2012 -0700
+++ b/hotspot/src/share/vm/memory/universe.cpp	Fri Nov 09 00:38:31 2012 +0100
@@ -1304,6 +1304,8 @@
   if (!silent) gclog_or_tty->print("cldg ");
   ClassLoaderDataGraph::verify();
 #endif
+  if (!silent) gclog_or_tty->print("metaspace chunks ");
+  MetaspaceAux::verify_free_chunks();
   if (!silent) gclog_or_tty->print("hand ");
   JNIHandles::verify();
   if (!silent) gclog_or_tty->print("C-heap ");