< prev index next >

src/hotspot/share/interpreter/oopMapCache.cpp

Print this page

        

*** 27,36 **** --- 27,37 ---- #include "logging/log.hpp" #include "logging/logStream.hpp" #include "memory/allocation.inline.hpp" #include "memory/resourceArea.hpp" #include "oops/oop.inline.hpp" + #include "runtime/atomic.hpp" #include "runtime/handles.inline.hpp" #include "runtime/signature.hpp" class OopMapCacheEntry: private InterpreterOopMap { friend class InterpreterOopMap;
< prev index next >