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

/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileBroker.hpp58 int _hot_count; // information about its invocation counter member in class:CompileTask
H A DcompileBroker.cpp288 _hot_count = hot_count;
544 if (_hot_count != 0) {
545 xtty->print(" hot_count='%d'", _hot_count);

Completed in 37 milliseconds