src/share/vm/runtime/simpleThresholdPolicy.inline.hpp

Print this page

        

*** 20,29 **** --- 20,32 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ + #ifndef SHARE_VM_RUNTIME_SIMPLETHRESHOLDPOLICY_INLINE_HPP + #define SHARE_VM_RUNTIME_SIMPLETHRESHOLDPOLICY_INLINE_HPP + template<CompLevel level> bool SimpleThresholdPolicy::call_predicate_helper(int i, int b, double scale) { switch(level) { case CompLevel_none:
*** 60,64 **** --- 63,69 ---- return !mdo->would_profile(); } } return false; } + + #endif // SHARE_VM_RUNTIME_SIMPLETHRESHOLDPOLICY_INLINE_HPP