hotspot/src/share/vm/gc/g1/g1CollectedHeap.hpp
changeset 31397 c9cc3289b80c
parent 31346 a70d45c06136
child 31619 f27b8fcf4018
--- a/hotspot/src/share/vm/gc/g1/g1CollectedHeap.hpp	Wed Jun 24 10:28:00 2015 +0200
+++ b/hotspot/src/share/vm/gc/g1/g1CollectedHeap.hpp	Tue Jun 23 13:26:05 2015 +0200
@@ -805,6 +805,8 @@
                                 bool*          succeeded,
                                 GCCause::Cause gc_cause);
 
+  void wait_for_root_region_scanning();
+
   // The guts of the incremental collection pause, executed by the vm
   // thread. It returns false if it is unable to do the collection due
   // to the GC locker being active, true otherwise