src/share/vm/gc/g1/g1CollectorPolicy.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File hotspot Cdiff src/share/vm/gc/g1/g1CollectorPolicy.hpp

src/share/vm/gc/g1/g1CollectorPolicy.hpp

Print this page

        

*** 490,500 **** return _recent_avg_pause_time_ratio; } // This set of variables tracks the collector efficiency, in order to // determine whether we should initiate a new marking. - double _cur_mark_stop_world_time_ms; double _mark_remark_start_sec; double _mark_cleanup_start_sec; // Updates the internal young list maximum and target lengths. Returns the // unbounded young list target length. --- 490,499 ----
src/share/vm/gc/g1/g1CollectorPolicy.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File