src/share/vm/jfr/leakprofiler/checkpoint/rootResolver.hpp

changeset 9885
8e875c964f41
parent 9858
b985cbb00e68
equal deleted inserted replaced
9884:1258121876f8 9885:8e875c964f41
23 */ 23 */
24 24
25 #ifndef SHARE_VM_JFR_LEAKPROFILER_CHECKPOINT_ROOTRESOLVER_HPP 25 #ifndef SHARE_VM_JFR_LEAKPROFILER_CHECKPOINT_ROOTRESOLVER_HPP
26 #define SHARE_VM_JFR_LEAKPROFILER_CHECKPOINT_ROOTRESOLVER_HPP 26 #define SHARE_VM_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;

mercurial