src/share/vm/oops/cpCache.cpp

changeset 4542
db9981fd3124
parent 4280
80e866b1d053
child 4566
461a3adac4d1
equal deleted inserted replaced
4461:46e60405583b 4542:db9981fd3124
31 #include "oops/objArrayOop.hpp" 31 #include "oops/objArrayOop.hpp"
32 #include "oops/oop.inline.hpp" 32 #include "oops/oop.inline.hpp"
33 #include "prims/jvmtiRedefineClassesTrace.hpp" 33 #include "prims/jvmtiRedefineClassesTrace.hpp"
34 #include "prims/methodHandles.hpp" 34 #include "prims/methodHandles.hpp"
35 #include "runtime/handles.inline.hpp" 35 #include "runtime/handles.inline.hpp"
36 #ifndef SERIALGC 36 #include "utilities/macros.hpp"
37 #if INCLUDE_ALL_GCS
37 # include "gc_implementation/parallelScavenge/psPromotionManager.hpp" 38 # include "gc_implementation/parallelScavenge/psPromotionManager.hpp"
38 #endif 39 #endif // INCLUDE_ALL_GCS
39 40
40 41
41 // Implememtation of ConstantPoolCacheEntry 42 // Implememtation of ConstantPoolCacheEntry
42 43
43 void ConstantPoolCacheEntry::initialize_entry(int index) { 44 void ConstantPoolCacheEntry::initialize_entry(int index) {

mercurial