comparison src/share/vm/oops/cpCache.hpp @ 20197:ce8f6bb717c9

8042195: Introduce umbrella header orderAccess.inline.hpp. Reviewed-by: dholmes, kvn, stefank, twisti
author goetz
date Tue, 29 Apr 2014 15:17:27 +0200
parents 0b9500028980
children 7848fc12602b
comparison
equal deleted inserted replaced
20196:c8dd4f65cc76 20197:ce8f6bb717c9
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