src/share/vm/code/oopRecorder.hpp

Print this page

        

*** 20,29 **** --- 20,35 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ + #ifndef SHARE_VM_CODE_OOPRECORDER_HPP + #define SHARE_VM_CODE_OOPRECORDER_HPP + + #include "runtime/handles.hpp" + #include "utilities/growableArray.hpp" + // Recording and retrieval of oop relocations in compiled code. class CodeBlob; class OopRecorder : public ResourceObj {
*** 132,136 **** --- 138,144 ---- #ifdef ASSERT static int _find_index_calls, _hit_indexes, _missed_indexes; #endif }; + + #endif // SHARE_VM_CODE_OOPRECORDER_HPP