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

/openjdk7/hotspot/src/share/vm/opto/
H A Dloopnode.cpp1364 float hotcnt = 0.0f; local
1370 if( cnt > hotcnt ) { // Grab hottest path
1371 warmcnt = hotcnt;
1372 hotcnt = cnt;
1381 if( hotcnt <= 0.0001 ||
1382 hotcnt < 2.0*warmcnt ) hot_idx = 0;// No hot backedge

Completed in 65 milliseconds