equal
deleted
inserted
replaced
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 |