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

/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileBroker.hpp304 static long _peak_compilation_time; member in class:CompileBroker
421 static long get_peak_compilation_time() { return _peak_compilation_time; }
H A DcompileBroker.cpp187 long CompileBroker::_peak_compilation_time = 0; member in class:CompileBroker
2056 _peak_compilation_time = time.milliseconds() > _peak_compilation_time ? time.milliseconds() : _peak_compilation_time;

Completed in 39 milliseconds