diff src/share/vm/oops/instanceKlass.hpp @ 1706:9d7a8ab3736b

6962589: remove breadth first scanning code from parallel gc Summary: Remove the breadth-first copying order from ParallelScavenge and use depth-first by default. Reviewed-by: jcoomes, ysr, johnc
author tonyp
date Thu, 22 Jul 2010 10:27:41 -0400
parents c18cbe5936b8
children d5d065957597
line wrap: on
line diff
--- a/src/share/vm/oops/instanceKlass.hpp	Mon Aug 02 12:51:43 2010 -0700
+++ b/src/share/vm/oops/instanceKlass.hpp	Thu Jul 22 10:27:41 2010 -0400
@@ -711,7 +711,6 @@
 
 #ifndef SERIALGC
   // Parallel Scavenge
-  void copy_static_fields(PSPromotionManager* pm);
   void push_static_fields(PSPromotionManager* pm);
 
   // Parallel Old