< prev index next >

src/hotspot/share/jfr/leakprofiler/startOperation.hpp

Print this page
rev 52821 : [mq]: 8214850-rename-vm_operations

*** 28,38 **** #include "jfr/recorder/jfrRecorder.hpp" #include "jfr/leakprofiler/leakProfiler.hpp" #include "jfr/leakprofiler/sampling/objectSampler.hpp" #include "jfr/recorder/service/jfrOptionSet.hpp" #include "logging/log.hpp" ! #include "runtime/vm_operations.hpp" // Safepoint operation for starting leak profiler object sampler class StartOperation : public VM_Operation { private: jlong _sample_count; --- 28,38 ---- #include "jfr/recorder/jfrRecorder.hpp" #include "jfr/leakprofiler/leakProfiler.hpp" #include "jfr/leakprofiler/sampling/objectSampler.hpp" #include "jfr/recorder/service/jfrOptionSet.hpp" #include "logging/log.hpp" ! #include "runtime/vmOperations.hpp" // Safepoint operation for starting leak profiler object sampler class StartOperation : public VM_Operation { private: jlong _sample_count;
< prev index next >