src/share/vm/memory/freeList.hpp

Print this page

        

@@ -164,12 +164,12 @@
   void return_chunk_at_head(Chunk_t* fc);
   void return_chunk_at_tail(Chunk_t* fc);
 
   // Similar to returnChunk* but also records some diagnostic
   // information.
-  void return_chunk_at_head(Chunk_t* fc, bool record_return);
-  void return_chunk_at_tail(Chunk_t* fc, bool record_return);
+  void return_chunk_at_head(Chunk_t* fc, bool record_return, bool deallocate_pages);
+  void return_chunk_at_tail(Chunk_t* fc, bool record_return, bool deallocate_pages);
 
   // Prepend "fl" (whose size is required to be the same as that of "this")
   // to the front of "this" list.
   void prepend(FreeList<Chunk_t>* fl);