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