--- old/src/share/vm/interpreter/invocationCounter.hpp 2010-11-16 18:13:55.000000000 +0100 +++ new/src/share/vm/interpreter/invocationCounter.hpp 2010-11-16 18:13:55.000000000 +0100 @@ -22,6 +22,13 @@ * */ +#ifndef SHARE_VM_INTERPRETER_INVOCATIONCOUNTER_HPP +#define SHARE_VM_INTERPRETER_INVOCATIONCOUNTER_HPP + +#include "memory/allocation.hpp" +#include "runtime/handles.hpp" +#include "utilities/exceptions.hpp" + // InvocationCounters are used to trigger actions when a limit (threshold) is reached. // For different states, different limits and actions can be defined in the initialization // routine of InvocationCounters. @@ -134,3 +141,5 @@ set(state(), new_count); } + +#endif // SHARE_VM_INTERPRETER_INVOCATIONCOUNTER_HPP