< prev index next >

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

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

@@ -27,11 +27,11 @@
 
 #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"
+#include "runtime/vmOperations.hpp"
 
 // Safepoint operation for stopping leak profiler object sampler
 class StopOperation : public VM_Operation {
  public:
   StopOperation() {}
< prev index next >