hotspot/src/share/vm/gc/g1/g1CollectorPolicy.hpp
changeset 33808 ee899178e46b
parent 33747 2dfa9256eb77
child 33810 8bbfb74d1f6c
--- a/hotspot/src/share/vm/gc/g1/g1CollectorPolicy.hpp	Tue Oct 27 12:25:08 2015 +0100
+++ b/hotspot/src/share/vm/gc/g1/g1CollectorPolicy.hpp	Tue Nov 10 11:07:15 2015 +0100
@@ -570,6 +570,8 @@
 
   bool need_to_start_conc_mark(const char* source, size_t alloc_word_size = 0);
 
+  bool about_to_start_mixed_phase() const;
+
   // Record the start and end of an evacuation pause.
   void record_collection_pause_start(double start_time_sec);
   void record_collection_pause_end(double pause_time_ms, size_t cards_scanned);