--- old/src/share/vm/runtime/sharedRuntime.hpp 2010-10-28 14:02:04.000000000 +0200 +++ new/src/share/vm/runtime/sharedRuntime.hpp 2010-10-28 14:02:04.000000000 +0200 @@ -22,6 +22,17 @@ * */ +#ifndef SHARE_VM_RUNTIME_SHAREDRUNTIME_HPP +#define SHARE_VM_RUNTIME_SHAREDRUNTIME_HPP + +#include "interpreter/bytecodeHistogram.hpp" +#include "interpreter/bytecodeTracer.hpp" +#include "interpreter/linkResolver.hpp" +#include "memory/allocation.hpp" +#include "memory/resourceArea.hpp" +#include "runtime/threadLocalStorage.hpp" +#include "utilities/hashtable.hpp" + class AdapterHandlerEntry; class AdapterHandlerTable; class AdapterFingerPrint; @@ -660,3 +671,5 @@ #endif /* PRODUCT */ }; + +#endif // SHARE_VM_RUNTIME_SHAREDRUNTIME_HPP