diff -r dbf1c77ae372 -r dd2ce9021031 hotspot/src/share/vm/compiler/compileBroker.cpp --- a/hotspot/src/share/vm/compiler/compileBroker.cpp Thu Dec 17 23:36:28 2015 +0000 +++ b/hotspot/src/share/vm/compiler/compileBroker.cpp Fri Dec 18 12:39:02 2015 -0800 @@ -23,6 +23,7 @@ */ #include "precompiled.hpp" +#include "classfile/symbolTable.hpp" #include "classfile/systemDictionary.hpp" #include "classfile/vmSymbols.hpp" #include "code/codeCache.hpp"