src/share/vm/runtime/sharedRuntime.hpp

Print this page

        

*** 20,29 **** --- 20,40 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ + #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; class vframeStream;
*** 658,662 **** --- 669,675 ---- #ifndef PRODUCT static void print_statistics(); #endif /* PRODUCT */ }; + + #endif // SHARE_VM_RUNTIME_SHAREDRUNTIME_HPP