< prev index next >

src/share/vm/memory/genCollectedHeap.hpp

Print this page
rev 7742 : [mq]: old_patch
rev 7743 : imported patch new_fix

@@ -86,12 +86,14 @@
   // Data structure for claiming the (potentially) parallel tasks in
   // (gen-specific) roots processing.
   SubTasksDone* _gen_process_roots_tasks;
   SubTasksDone* gen_process_roots_tasks() { return _gen_process_roots_tasks; }
 
+  // Collects the given generation.
   void collect_generation(Generation* gen, bool full, size_t size, bool is_tlab,
-                          bool run_verification, bool clear_soft_refs);
+                          bool run_verification, bool clear_soft_refs,
+                          bool restore_marks_for_biased_locking);
 
   // In block contents verification, the number of header words to skip
   NOT_PRODUCT(static size_t _skip_header_HeapWords;)
 
 protected:
< prev index next >