diff -r 6a2d73358ff7 -r c760f78e0a53 src/share/vm/interpreter/oopMapCache.hpp --- a/src/share/vm/interpreter/oopMapCache.hpp Thu Dec 02 14:00:03 2010 -0500 +++ b/src/share/vm/interpreter/oopMapCache.hpp Wed Dec 01 15:04:06 2010 +0100 @@ -26,6 +26,7 @@ #define SHARE_VM_INTERPRETER_OOPMAPCACHE_HPP #include "oops/generateOopMap.hpp" +#include "runtime/mutex.hpp" // A Cache for storing (method, bci) -> oopMap. // The memory management system uses the cache when locating object