diff -r 53a4760e9fcc -r db0c3952de52 src/hotspot/share/classfile/loaderConstraints.cpp --- a/src/hotspot/share/classfile/loaderConstraints.cpp Fri Sep 28 13:15:01 2018 -0700 +++ b/src/hotspot/share/classfile/loaderConstraints.cpp Fri Sep 28 16:07:39 2018 -0400 @@ -23,8 +23,9 @@ */ #include "precompiled.hpp" +#include "classfile/classLoaderData.inline.hpp" +#include "classfile/classLoaderDataGraph.hpp" #include "classfile/dictionary.hpp" -#include "classfile/classLoaderData.inline.hpp" #include "classfile/loaderConstraints.hpp" #include "logging/log.hpp" #include "memory/resourceArea.hpp"