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

/openjdk7/hotspot/src/share/vm/opto/
H A Dgcm.cpp1657 float exits_sum = 0.0f; local
1659 exits_sum += _exits.at(i).get_prob();
1670 new_prob = _exits.at(i).get_prob() / exits_sum;
1680 if (exits_sum > 1.0f) exits_sum = 1.0;
1681 if (exits_sum < PROB_MIN) exits_sum = PROB_MIN;
1682 _exit_prob = exits_sum;

Completed in 37 milliseconds