diff -r 518b01b064ff -r 5b173b4ca846 hotspot/src/share/vm/runtime/sharedRuntime.hpp --- a/hotspot/src/share/vm/runtime/sharedRuntime.hpp Tue Nov 23 15:01:43 2010 -0500 +++ b/hotspot/src/share/vm/runtime/sharedRuntime.hpp Tue Nov 23 13:22:55 2010 -0800 @@ -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; @@ -663,3 +674,5 @@ #endif /* PRODUCT */ }; + +#endif // SHARE_VM_RUNTIME_SHAREDRUNTIME_HPP