comparison src/share/vm/oops/cpCacheOop.cpp @ 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 87d6a4d1ecbc
children e5383553fd4e fbf3184da15d
comparison
equal deleted inserted replaced
1971:e33f46fc48ed 1972:f95d63e2154a
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 24
25 #include "incls/_precompiled.incl" 25 #include "precompiled.hpp"
26 #include "incls/_cpCacheOop.cpp.incl" 26 #include "gc_implementation/shared/markSweep.inline.hpp"
27 #include "interpreter/interpreter.hpp"
28 #include "interpreter/rewriter.hpp"
29 #include "memory/universe.inline.hpp"
30 #include "oops/cpCacheOop.hpp"
31 #include "oops/objArrayOop.hpp"
32 #include "oops/oop.inline.hpp"
33 #include "prims/jvmtiRedefineClassesTrace.hpp"
34 #include "runtime/handles.inline.hpp"
27 35
28 36
29 // Implememtation of ConstantPoolCacheEntry 37 // Implememtation of ConstantPoolCacheEntry
30 38
31 void ConstantPoolCacheEntry::initialize_entry(int index) { 39 void ConstantPoolCacheEntry::initialize_entry(int index) {