hotspot/src/share/vm/oops/cpCache.hpp
changeset 24351 61b33cc6d3cf
parent 23515 f4872ef5df09
child 24926 5ea835dfafaa
equal deleted inserted replaced
24350:8d8c1012dacd 24351:61b33cc6d3cf
    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 "runtime/orderAccess.hpp"
    30 #include "utilities/array.hpp"
    31 #include "utilities/array.hpp"
    31 
    32 
    32 class PSPromotionManager;
    33 class PSPromotionManager;
    33 
    34 
    34 // 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