Searched defs:diffs (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectorPolicy.cpp1661 // are accumulated in the *_diffs fields. Here we add the diffs to
1672 size_t diffs = (size_t) (-_inc_cset_recorded_rs_lengths_diffs); local
1673 if (_inc_cset_recorded_rs_lengths >= diffs) {
1674 _inc_cset_recorded_rs_lengths -= diffs;

Completed in 369 milliseconds