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

changeset 2314
f95d63e2154a
parent 2138
d5d065957597
child 4037
da91efe96a93
     1.1 --- a/src/share/vm/runtime/simpleThresholdPolicy.inline.hpp	Tue Nov 23 15:01:43 2010 -0500
     1.2 +++ b/src/share/vm/runtime/simpleThresholdPolicy.inline.hpp	Tue Nov 23 13:22:55 2010 -0800
     1.3 @@ -22,6 +22,8 @@
     1.4   *
     1.5   */
     1.6  
     1.7 +#ifndef SHARE_VM_RUNTIME_SIMPLETHRESHOLDPOLICY_INLINE_HPP
     1.8 +#define SHARE_VM_RUNTIME_SIMPLETHRESHOLDPOLICY_INLINE_HPP
     1.9  
    1.10  template<CompLevel level>
    1.11  bool SimpleThresholdPolicy::call_predicate_helper(int i, int b, double scale) {
    1.12 @@ -62,3 +64,5 @@
    1.13    }
    1.14    return false;
    1.15  }
    1.16 +
    1.17 +#endif // SHARE_VM_RUNTIME_SIMPLETHRESHOLDPOLICY_INLINE_HPP

mercurial