src/share/vm/runtime/advancedThresholdPolicy.hpp

changeset 3035
43f9d800f276
parent 2988
2c359f27615c
child 3452
20334ed5ed3c
     1.1 --- a/src/share/vm/runtime/advancedThresholdPolicy.hpp	Fri Jul 15 15:35:50 2011 -0700
     1.2 +++ b/src/share/vm/runtime/advancedThresholdPolicy.hpp	Wed Jul 20 18:04:17 2011 -0700
     1.3 @@ -168,7 +168,7 @@
     1.4    bool call_predicate(int i, int b, CompLevel cur_level);
     1.5    bool loop_predicate(int i, int b, CompLevel cur_level);
     1.6    // Common transition function. Given a predicate determines if a method should transition to another level.
     1.7 -  CompLevel common(Predicate p, methodOop method, CompLevel cur_level);
     1.8 +  CompLevel common(Predicate p, methodOop method, CompLevel cur_level, bool disable_feedback = false);
     1.9    // Transition functions.
    1.10    // call_event determines if a method should be compiled at a different
    1.11    // level with a regular invocation entry.

mercurial