src/share/vm/interpreter/oopMapCache.hpp

changeset 2325
c760f78e0a53
parent 2314
f95d63e2154a
child 3900
d2a62e0f25eb
equal deleted inserted replaced
2324:6a2d73358ff7 2325:c760f78e0a53
24 24
25 #ifndef SHARE_VM_INTERPRETER_OOPMAPCACHE_HPP 25 #ifndef SHARE_VM_INTERPRETER_OOPMAPCACHE_HPP
26 #define SHARE_VM_INTERPRETER_OOPMAPCACHE_HPP 26 #define SHARE_VM_INTERPRETER_OOPMAPCACHE_HPP
27 27
28 #include "oops/generateOopMap.hpp" 28 #include "oops/generateOopMap.hpp"
29 #include "runtime/mutex.hpp"
29 30
30 // A Cache for storing (method, bci) -> oopMap. 31 // A Cache for storing (method, bci) -> oopMap.
31 // The memory management system uses the cache when locating object 32 // The memory management system uses the cache when locating object
32 // references in an interpreted frame. 33 // references in an interpreted frame.
33 // 34 //

mercurial