diff -r e33f46fc48ed -r f95d63e2154a src/share/vm/opto/bytecodeInfo.cpp --- a/src/share/vm/opto/bytecodeInfo.cpp Tue Nov 23 15:01:43 2010 -0500 +++ b/src/share/vm/opto/bytecodeInfo.cpp Tue Nov 23 13:22:55 2010 -0800 @@ -22,8 +22,15 @@ * */ -#include "incls/_precompiled.incl" -#include "incls/_bytecodeInfo.cpp.incl" +#include "precompiled.hpp" +#include "classfile/systemDictionary.hpp" +#include "classfile/vmSymbols.hpp" +#include "compiler/compileLog.hpp" +#include "interpreter/linkResolver.hpp" +#include "oops/objArrayKlass.hpp" +#include "opto/callGenerator.hpp" +#include "opto/parse.hpp" +#include "runtime/handles.inline.hpp" //============================================================================= //------------------------------InlineTree-------------------------------------