Searched refs:warmcnt (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dloopnode.cpp1365 float warmcnt = 0.0f; local
1371 warmcnt = hotcnt;
1374 } else if( cnt > warmcnt ) { // And 2nd hottest path
1375 warmcnt = cnt;
1382 hotcnt < 2.0*warmcnt ) hot_idx = 0;// No hot backedge

Completed in 184 milliseconds