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

/openjdk7/hotspot/src/share/vm/runtime/
H A DadvancedThresholdPolicy.cpp158 CompileTask *max_task = NULL; local
166 if (max_task == NULL) {
167 max_task = task;
184 max_task = task;
191 if (max_task->comp_level() == CompLevel_full_profile && TieredStopAtLevel > CompLevel_full_profile
193 max_task->set_comp_level(CompLevel_limited_profile);
195 print_event(UPDATE_IN_QUEUE, max_method, max_method, max_task->osr_bci(), (CompLevel)max_task->comp_level());
199 return max_task;

Completed in 26 milliseconds