src/share/vm/memory/metablock.hpp

Print this page

        

@@ -97,7 +97,9 @@
 #endif
   bool verify_chunk_in_free_list(Metablock* tc) const { return true; }
   bool verify_par_locked() { return true; }
 
   void assert_is_mangled() const {/* Don't check "\*/}
+
+  void deallocate_pages() { /* empty */ }
 };
 #endif // SHARE_VM_MEMORY_METABLOCK_HPP