diff src/share/vm/memory/metaspace.hpp @ 6969:6bc207d87e5d

7200229: NPG: possible performance issue exposed by closed/runtime/6559877/Test6559877.java Summary: Reduce the amount of calls to ChunkManager verification code Reviewed-by: jmasa, coleenp
author mgerdin
date Fri, 09 Nov 2012 00:38:31 +0100
parents 685df3c6f84b
children 59c790074993 90273fc0a981
line wrap: on
line diff
--- a/src/share/vm/memory/metaspace.hpp	Fri Nov 02 07:44:11 2012 -0700
+++ b/src/share/vm/memory/metaspace.hpp	Fri Nov 09 00:38:31 2012 +0100
@@ -189,6 +189,7 @@
 
   static void print_waste(outputStream* out);
   static void dump(outputStream* out);
+  static void verify_free_chunks();
 };
 
 // Metaspace are deallocated when their class loader are GC'ed.