< prev index next >

src/hotspot/share/gc/g1/g1ConcurrentMarkThread.hpp

Print this page
rev 50605 : Updated patch.

*** 51,61 **** volatile State _state; // WhiteBox testing support. ConcurrentGCPhaseManager::Stack _phase_manager_stack; ! void sleep_before_next_cycle(); // Delay marking to meet MMU. void delay_to_keep_mmu(G1Policy* g1_policy, bool remark); double mmu_sleep_time(G1Policy* g1_policy, bool remark); void run_service(); --- 51,61 ---- volatile State _state; // WhiteBox testing support. ConcurrentGCPhaseManager::Stack _phase_manager_stack; ! bool sleep_before_next_cycle(); // Delay marking to meet MMU. void delay_to_keep_mmu(G1Policy* g1_policy, bool remark); double mmu_sleep_time(G1Policy* g1_policy, bool remark); void run_service();
< prev index next >