< prev index next >

src/share/vm/gc/g1/g1CollectorPolicy.hpp

Print this page

        

@@ -315,11 +315,11 @@
   // This should be called after the heap is resized.
   void record_new_heap_size(uint new_number_of_regions);
 
   void init();
 
-  virtual void note_gc_start(uint num_active_workers);
+  virtual void note_gc_start();
 
   // Create jstat counters for the policy.
   virtual void initialize_gc_policy_counters();
 
   bool need_to_start_conc_mark(const char* source, size_t alloc_word_size = 0);
< prev index next >