src/hotspot/share/gc/cms/cmsVMOperations.hpp
changeset 52877 9e041366c764
parent 52876 2d17750d41e7
child 53244 9807daeb47c4
--- a/src/hotspot/share/gc/cms/cmsVMOperations.hpp	Thu Dec 06 15:44:13 2018 +0100
+++ b/src/hotspot/share/gc/cms/cmsVMOperations.hpp	Thu Dec 06 15:44:40 2018 +0100
@@ -29,7 +29,7 @@
 #include "gc/shared/gcCause.hpp"
 #include "gc/shared/gcId.hpp"
 #include "gc/shared/gcVMOperations.hpp"
-#include "runtime/vm_operations.hpp"
+#include "runtime/vmOperations.hpp"
 
 // The VM_CMS_Operation is slightly different from
 // a VM_GC_Operation -- and would not have subclassed easily