diff src/share/vm/gc_implementation/parNew/parNewGeneration.hpp @ 1833:8b10f48633dc

6984287: Regularize how GC parallel workers are specified. Summary: Associate number of GC workers with the workgang as opposed to the task. Reviewed-by: johnc, ysr
author jmasa
date Mon, 20 Sep 2010 14:38:38 -0700
parents 94251661de76
children 894b1d7c7e01
line wrap: on
line diff
--- a/src/share/vm/gc_implementation/parNew/parNewGeneration.hpp	Thu Sep 16 13:45:55 2010 -0700
+++ b/src/share/vm/gc_implementation/parNew/parNewGeneration.hpp	Mon Sep 20 14:38:38 2010 -0700
@@ -350,6 +350,8 @@
     delete _task_queues;
   }
 
+  static bool in_use();
+
   virtual void ref_processor_init();
   virtual Generation::Name kind()        { return Generation::ParNew; }
   virtual const char* name() const;