diff -r 53a4760e9fcc -r db0c3952de52 src/hotspot/share/prims/jvmtiGetLoadedClasses.cpp --- a/src/hotspot/share/prims/jvmtiGetLoadedClasses.cpp Fri Sep 28 13:15:01 2018 -0700 +++ b/src/hotspot/share/prims/jvmtiGetLoadedClasses.cpp Fri Sep 28 16:07:39 2018 -0400 @@ -23,8 +23,8 @@ */ #include "precompiled.hpp" +#include "classfile/classLoaderDataGraph.hpp" #include "classfile/dictionary.hpp" -#include "classfile/classLoaderData.inline.hpp" #include "classfile/systemDictionary.hpp" #include "gc/shared/collectedHeap.hpp" #include "memory/universe.hpp"