< prev index next >

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

Print this page
rev 9216 : imported patch 8138740-start-initial-mark-right-after-mixed-gc-if-needed

@@ -524,10 +524,12 @@
 
   // Returns the given amount of uncollected reclaimable space
   // as a percentage of the current heap capacity.
   double reclaimable_bytes_perc(size_t reclaimable_bytes) const;
 
+  // Sets up marking if proper conditions are met.
+  void maybe_start_marking();
 public:
 
   G1CollectorPolicy();
 
   virtual G1CollectorPolicy* as_g1_policy() { return this; }
< prev index next >