Searched refs:update_g1_committed (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentMark.hpp767 void update_g1_committed(bool force = false);
H A DconcurrentMark.cpp603 void ConcurrentMark::update_g1_committed(bool force) { function in class:ConcurrentMark
701 update_g1_committed(true);
822 // update_g1_committed() will be called at the end of an evac pause
H A Dg1CollectedHeap.cpp4161 concurrent_mark()->update_g1_committed();

Completed in 63 milliseconds