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

/openjdk7/hotspot/src/share/vm/runtime/
H A DadvancedThresholdPolicy.hpp171 CompLevel common(Predicate p, methodOop method, CompLevel cur_level, bool disable_feedback = false);
H A DadvancedThresholdPolicy.cpp321 CompLevel AdvancedThresholdPolicy::common(Predicate p, methodOop method, CompLevel cur_level, bool disable_feedback) { argument
332 if (common(p, method, CompLevel_full_profile, disable_feedback) == CompLevel_full_optimization) {
342 if (!disable_feedback && CompileBroker::queue_size(CompLevel_full_optimization) >
358 if (disable_feedback || (CompileBroker::queue_size(CompLevel_full_optimization) <=

Completed in 31 milliseconds