diff -r 8c88df2e8a78 -r 83aec1d357d4 src/hotspot/share/classfile/classLoader.inline.hpp --- a/src/hotspot/share/classfile/classLoader.inline.hpp Wed Jun 06 15:36:29 2018 +0200 +++ b/src/hotspot/share/classfile/classLoader.inline.hpp Wed Jun 06 10:45:40 2018 -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); }