--- old/src/hotspot/share/classfile/classLoader.inline.hpp 2018-06-04 20:53:01.812351460 -0400 +++ new/src/hotspot/share/classfile/classLoader.inline.hpp 2018-06-04 20:53:01.438316787 -0400 @@ -26,7 +26,7 @@ #define SHARE_VM_CLASSFILE_CLASSLOADER_INLINE_HPP #include "classfile/classLoader.hpp" -#include "runtime/orderAccess.inline.hpp" +#include "runtime/orderAccess.hpp" // Next entry in class path inline ClassPathEntry* ClassPathEntry::next() const { return OrderAccess::load_acquire(&_next); }