comparison src/share/vm/oops/cpCache.hpp @ 20804:7848fc12602b

Merge with jdk8u40-b25
author Gilles Duboscq <gilles.m.duboscq@oracle.com>
date Tue, 07 Apr 2015 14:58:49 +0200
parents 52b4284cb496 ce8f6bb717c9
children
comparison
equal deleted inserted replaced
20184:84105dcdb05b 20804:7848fc12602b
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