src/hotspot/share/jfr/leakprofiler/checkpoint/rootResolver.hpp
branchJEP-349-branch
changeset 57870 00860d9caf4d
parent 53244 9807daeb47c4
equal deleted inserted replaced
57862:84ef29ccac56 57870:00860d9caf4d
    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;