diff -r e33f46fc48ed -r f95d63e2154a src/share/vm/runtime/simpleThresholdPolicy.inline.hpp --- a/src/share/vm/runtime/simpleThresholdPolicy.inline.hpp Tue Nov 23 15:01:43 2010 -0500 +++ b/src/share/vm/runtime/simpleThresholdPolicy.inline.hpp Tue Nov 23 13:22:55 2010 -0800 @@ -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