src/share/vm/runtime/sharedRuntime.hpp

changeset 2314
f95d63e2154a
parent 2223
3dc12ef8735e
child 2497
3582bf76420e
equal deleted inserted replaced
2313:e33f46fc48ed 2314:f95d63e2154a
19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA 19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
20 * or visit www.oracle.com if you need additional information or have any 20 * or visit www.oracle.com if you need additional information or have any
21 * questions. 21 * questions.
22 * 22 *
23 */ 23 */
24
25 #ifndef SHARE_VM_RUNTIME_SHAREDRUNTIME_HPP
26 #define SHARE_VM_RUNTIME_SHAREDRUNTIME_HPP
27
28 #include "interpreter/bytecodeHistogram.hpp"
29 #include "interpreter/bytecodeTracer.hpp"
30 #include "interpreter/linkResolver.hpp"
31 #include "memory/allocation.hpp"
32 #include "memory/resourceArea.hpp"
33 #include "runtime/threadLocalStorage.hpp"
34 #include "utilities/hashtable.hpp"
24 35
25 class AdapterHandlerEntry; 36 class AdapterHandlerEntry;
26 class AdapterHandlerTable; 37 class AdapterHandlerTable;
27 class AdapterFingerPrint; 38 class AdapterFingerPrint;
28 class vframeStream; 39 class vframeStream;
661 #ifndef PRODUCT 672 #ifndef PRODUCT
662 static void print_statistics(); 673 static void print_statistics();
663 #endif /* PRODUCT */ 674 #endif /* PRODUCT */
664 675
665 }; 676 };
677
678 #endif // SHARE_VM_RUNTIME_SHAREDRUNTIME_HPP

mercurial