hotspot/src/share/vm/memory/allocation.hpp
changeset 6176 4d9030fe341f
parent 5547 f4b087cbb361
child 6184 a017b5ba6782
--- a/hotspot/src/share/vm/memory/allocation.hpp	Wed Jul 28 17:57:43 2010 -0400
+++ b/hotspot/src/share/vm/memory/allocation.hpp	Tue Aug 03 08:13:38 2010 -0400
@@ -174,9 +174,10 @@
 
   // Start the chunk_pool cleaner task
   static void start_chunk_pool_cleaner_task();
+
+  static void clean_chunk_pool();
 };
 
-
 //------------------------------Arena------------------------------------------
 // Fast allocation of memory
 class Arena: public CHeapObj {