src/hotspot/share/jfr/leakprofiler/checkpoint/rootResolver.hpp
changeset 55571 49102ba8cf14
parent 53244 9807daeb47c4
equal deleted inserted replaced
55570:1e95931e7d8f 55571:49102ba8cf14
    23  */
    23  */
    24 
    24 
    25 #ifndef SHARE_JFR_LEAKPROFILER_CHECKPOINT_ROOTRESOLVER_HPP
    25 #ifndef SHARE_JFR_LEAKPROFILER_CHECKPOINT_ROOTRESOLVER_HPP
    26 #define SHARE_JFR_LEAKPROFILER_CHECKPOINT_ROOTRESOLVER_HPP
    26 #define SHARE_JFR_LEAKPROFILER_CHECKPOINT_ROOTRESOLVER_HPP
    27 
    27 
       
    28 #include "jfr/leakprofiler/utilities/rootType.hpp"
    28 #include "memory/allocation.hpp"
    29 #include "memory/allocation.hpp"
    29 #include "jfr/leakprofiler/utilities/rootType.hpp"
       
    30 #include "oops/oopsHierarchy.hpp"
    30 #include "oops/oopsHierarchy.hpp"
    31 
    31 
    32 struct RootCallbackInfo {
    32 struct RootCallbackInfo {
    33   const void* _high;
    33   const void* _high;
    34   const void* _low;
    34   const void* _low;