src/share/vm/ci/ciCallProfile.hpp

changeset 2325
c760f78e0a53
parent 2314
f95d63e2154a
child 2949
f918d6096e23
equal deleted inserted replaced
2324:6a2d73358ff7 2325:c760f78e0a53
24 24
25 #ifndef SHARE_VM_CI_CICALLPROFILE_HPP 25 #ifndef SHARE_VM_CI_CICALLPROFILE_HPP
26 #define SHARE_VM_CI_CICALLPROFILE_HPP 26 #define SHARE_VM_CI_CICALLPROFILE_HPP
27 27
28 #include "ci/ciClassList.hpp" 28 #include "ci/ciClassList.hpp"
29 #include "memory/allocation.hpp"
29 30
30 // ciCallProfile 31 // ciCallProfile
31 // 32 //
32 // This class is used to determine the frequently called method 33 // This class is used to determine the frequently called method
33 // at some call site 34 // at some call site

mercurial