src/hotspot/share/jfr/leakprofiler/chains/objectSampleMarker.hpp
changeset 57811 947252a54b98
parent 57777 90ead0febf56
child 58679 9c3209ff7550
equal deleted inserted replaced
57805:e62f402c337f 57811:947252a54b98
    24 
    24 
    25 #ifndef SHARE_JFR_LEAKPROFILER_CHAINS_OBJECTSAMPLEMARKER_HPP
    25 #ifndef SHARE_JFR_LEAKPROFILER_CHAINS_OBJECTSAMPLEMARKER_HPP
    26 #define SHARE_JFR_LEAKPROFILER_CHAINS_OBJECTSAMPLEMARKER_HPP
    26 #define SHARE_JFR_LEAKPROFILER_CHAINS_OBJECTSAMPLEMARKER_HPP
    27 
    27 
    28 #include "memory/allocation.hpp"
    28 #include "memory/allocation.hpp"
    29 #include "oops/markOop.hpp"
    29 #include "oops/markWord.hpp"
    30 #include "utilities/growableArray.hpp"
    30 #include "utilities/growableArray.hpp"
    31 //
    31 //
    32 // This class will save the original mark oop of a object sample object.
    32 // This class will save the original mark oop of a object sample object.
    33 // It will then install an "identifier" mark oop to be used for
    33 // It will then install an "identifier" mark oop to be used for
    34 // identification purposes in the search for reference chains.
    34 // identification purposes in the search for reference chains.