--- old/src/hotspot/share/gc/cms/vmCMSOperations.hpp 2018-12-05 10:44:44.861388003 +0100 +++ new/src/hotspot/share/gc/cms/vmCMSOperations.hpp 2018-12-05 10:44:44.426375440 +0100 @@ -29,7 +29,7 @@ #include "gc/shared/gcCause.hpp" #include "gc/shared/gcId.hpp" #include "gc/shared/vmGCOperations.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