--- old/src/share/vm/runtime/simpleThresholdPolicy.inline.hpp 2010-11-10 13:19:43.000000000 +0100 +++ new/src/share/vm/runtime/simpleThresholdPolicy.inline.hpp 2010-11-10 13:19:43.000000000 +0100 @@ -22,6 +22,8 @@ * */ +#ifndef SHARE_VM_RUNTIME_SIMPLETHRESHOLDPOLICY_INLINE_HPP +#define SHARE_VM_RUNTIME_SIMPLETHRESHOLDPOLICY_INLINE_HPP template bool SimpleThresholdPolicy::call_predicate_helper(int i, int b, double scale) { @@ -62,3 +64,5 @@ } return false; } + +#endif // SHARE_VM_RUNTIME_SIMPLETHRESHOLDPOLICY_INLINE_HPP