hotspot/src/share/vm/oops/cpCache.hpp
changeset 46448 b5350a83520b
parent 46427 54713555867e
child 46458 3c12af929e7d
equal deleted inserted replaced
46447:dbb55d89699c 46448:b5350a83520b
    25 #ifndef SHARE_VM_OOPS_CPCACHEOOP_HPP
    25 #ifndef SHARE_VM_OOPS_CPCACHEOOP_HPP
    26 #define SHARE_VM_OOPS_CPCACHEOOP_HPP
    26 #define SHARE_VM_OOPS_CPCACHEOOP_HPP
    27 
    27 
    28 #include "interpreter/bytecodes.hpp"
    28 #include "interpreter/bytecodes.hpp"
    29 #include "memory/allocation.hpp"
    29 #include "memory/allocation.hpp"
       
    30 #include "oops/array.hpp"
    30 #include "runtime/orderAccess.hpp"
    31 #include "runtime/orderAccess.hpp"
    31 #include "utilities/array.hpp"
       
    32 
    32 
    33 class PSPromotionManager;
    33 class PSPromotionManager;
    34 
    34 
    35 // The ConstantPoolCache is not a cache! It is the resolution table that the
    35 // The ConstantPoolCache is not a cache! It is the resolution table that the
    36 // interpreter uses to avoid going into the runtime and a way to access resolved
    36 // interpreter uses to avoid going into the runtime and a way to access resolved