src/share/vm/code/oopRecorder.hpp

changeset 2314
f95d63e2154a
parent 1934
e9ff18c4ace7
child 4037
da91efe96a93
     1.1 --- a/src/share/vm/code/oopRecorder.hpp	Tue Nov 23 15:01:43 2010 -0500
     1.2 +++ b/src/share/vm/code/oopRecorder.hpp	Tue Nov 23 13:22:55 2010 -0800
     1.3 @@ -22,6 +22,12 @@
     1.4   *
     1.5   */
     1.6  
     1.7 +#ifndef SHARE_VM_CODE_OOPRECORDER_HPP
     1.8 +#define SHARE_VM_CODE_OOPRECORDER_HPP
     1.9 +
    1.10 +#include "runtime/handles.hpp"
    1.11 +#include "utilities/growableArray.hpp"
    1.12 +
    1.13  // Recording and retrieval of oop relocations in compiled code.
    1.14  
    1.15  class CodeBlob;
    1.16 @@ -134,3 +140,5 @@
    1.17    static int _find_index_calls, _hit_indexes, _missed_indexes;
    1.18  #endif
    1.19  };
    1.20 +
    1.21 +#endif // SHARE_VM_CODE_OOPRECORDER_HPP

mercurial