hotspot/src/share/vm/interpreter/oopMapCache.hpp
changeset 7408 c04a5c989f26
parent 7397 5b173b4ca846
child 13195 be27e1b6a4b9
equal deleted inserted replaced
7407:47339ceb8cb0 7408:c04a5c989f26
    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 //