comparison src/share/vm/ci/ciCPCache.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 136b78722a08
children
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_CI_CICPCACHE_HPP
26 #define SHARE_VM_CI_CICPCACHE_HPP
27
28 #include "ci/ciClassList.hpp"
29 #include "ci/ciObject.hpp"
30 #include "oops/cpCacheOop.hpp"
24 31
25 // ciCPCache 32 // ciCPCache
26 // 33 //
27 // This class represents a constant pool cache. 34 // This class represents a constant pool cache.
28 // 35 //
55 62
56 int get_pool_index(int index); 63 int get_pool_index(int index);
57 64
58 void print(); 65 void print();
59 }; 66 };
67
68 #endif // SHARE_VM_CI_CICPCACHE_HPP