src/hotspot/share/jfr/leakprofiler/emitEventOperation.hpp
changeset 53244 9807daeb47c4
parent 53149 259c36ef27df
equal deleted inserted replaced
53243:8bea4144b21c 53244:9807daeb47c4
    20  * or visit www.oracle.com if you need additional information or have any
    20  * or visit www.oracle.com if you need additional information or have any
    21  * questions.
    21  * questions.
    22  *
    22  *
    23  */
    23  */
    24 
    24 
    25 #ifndef SHARE_VM_LEAKPROFILER_EMITEVENTOPERATION_HPP
    25 #ifndef SHARE_JFR_LEAKPROFILER_EMITEVENTOPERATION_HPP
    26 #define SHARE_VM_LEAKPROFILER_EMITEVENTOPERATION_HPP
    26 #define SHARE_JFR_LEAKPROFILER_EMITEVENTOPERATION_HPP
    27 
    27 
    28 #include "runtime/vmOperations.hpp"
    28 #include "runtime/vmOperations.hpp"
    29 
    29 
    30 class BFSClosure;
    30 class BFSClosure;
    31 class EdgeStore;
    31 class EdgeStore;
    66   }
    66   }
    67 
    67 
    68   virtual void doit();
    68   virtual void doit();
    69 };
    69 };
    70 
    70 
    71 #endif // SHARE_VM_LEAKPROFILER_EMITEVENTOPERATION_HPP
    71 #endif // SHARE_JFR_LEAKPROFILER_EMITEVENTOPERATION_HPP