diff src/share/vm/memory/genCollectedHeap.hpp @ 11096:71180a6e5080

7133260: AllocationProfiler uses space in metadata and doesn't seem to do anything useful. Summary: Remove -Xaprof and Klass::_alloc_count & ArrayKlass::_alloc_size. Reviewed-by: stefank, coleenp
author jiangli
date Wed, 03 Jul 2013 17:26:59 -0400
parents a08c80e9e1e5
children 330dfb0476f4
line wrap: on
line diff
--- a/src/share/vm/memory/genCollectedHeap.hpp	Tue Jul 02 16:54:24 2013 +0200
+++ b/src/share/vm/memory/genCollectedHeap.hpp	Wed Jul 03 17:26:59 2013 -0400
@@ -222,7 +222,6 @@
   void oop_iterate(MemRegion mr, ExtendedOopClosure* cl);
   void object_iterate(ObjectClosure* cl);
   void safe_object_iterate(ObjectClosure* cl);
-  void object_iterate_since_last_GC(ObjectClosure* cl);
   Space* space_containing(const void* addr) const;
 
   // A CollectedHeap is divided into a dense sequence of "blocks"; that is,