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

/openjdk7/hotspot/src/share/vm/runtime/
H A DadvancedThresholdPolicy.cpp159 methodHandle max_method; local
168 max_method = method;
183 if (compare_methods(method(), max_method())) {
185 max_method = method;
192 && is_method_profiled(max_method())) {
195 print_event(UPDATE_IN_QUEUE, max_method, max_method, max_task->osr_bci(), (CompLevel)max_task->comp_level());

Completed in 30 milliseconds