diff src/share/vm/memory/defNewGeneration.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 f2110083203d
children 1e1c8d358b52
line wrap: on
line diff
--- a/src/share/vm/memory/defNewGeneration.hpp	Tue Jul 02 16:54:24 2013 +0200
+++ b/src/share/vm/memory/defNewGeneration.hpp	Wed Jul 03 17:26:59 2013 -0400
@@ -252,7 +252,6 @@
 
   // Iteration
   void object_iterate(ObjectClosure* blk);
-  void object_iterate_since_last_GC(ObjectClosure* cl);
 
   void younger_refs_iterate(OopsInGenClosure* cl);