comparison src/share/vm/runtime/sharedRuntime.hpp @ 1972:f95d63e2154a

6989984: Use standard include model for Hospot Summary: Replaced MakeDeps and the includeDB files with more standardized solutions. Reviewed-by: coleenp, kvn, kamg
author stefank
date Tue, 23 Nov 2010 13:22:55 -0800
parents 3dc12ef8735e
children 3582bf76420e
comparison
equal deleted inserted replaced
1971:e33f46fc48ed 1972: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