hotspot/src/share/vm/gc/g1/g1CollectorPolicy.hpp
changeset 33810 8bbfb74d1f6c
parent 33808 ee899178e46b
child 34132 aa73af640c61
--- a/hotspot/src/share/vm/gc/g1/g1CollectorPolicy.hpp	Tue Nov 10 11:07:15 2015 +0100
+++ b/hotspot/src/share/vm/gc/g1/g1CollectorPolicy.hpp	Tue Nov 10 11:07:15 2015 +0100
@@ -534,6 +534,8 @@
   // 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();