< prev index next >

src/share/vm/gc/g1/vm_operations_g1.cpp

Print this page

        

*** 64,75 **** _should_initiate_conc_mark(should_initiate_conc_mark), _target_pause_time_ms(target_pause_time_ms), _should_retry_gc(false), _old_marking_cycles_completed_before(0) { guarantee(target_pause_time_ms > 0.0, ! err_msg("target_pause_time_ms = %1.6lf should be positive", ! target_pause_time_ms)); _gc_cause = gc_cause; } bool VM_G1IncCollectionPause::doit_prologue() { bool res = VM_G1OperationWithAllocRequest::doit_prologue(); --- 64,75 ---- _should_initiate_conc_mark(should_initiate_conc_mark), _target_pause_time_ms(target_pause_time_ms), _should_retry_gc(false), _old_marking_cycles_completed_before(0) { guarantee(target_pause_time_ms > 0.0, ! "target_pause_time_ms = %1.6lf should be positive", ! target_pause_time_ms); _gc_cause = gc_cause; } bool VM_G1IncCollectionPause::doit_prologue() { bool res = VM_G1OperationWithAllocRequest::doit_prologue();
< prev index next >