< prev index next >

src/share/vm/interpreter/bytecodeInterpreter.cpp

Print this page
rev 8362 : [mq]: hotspot

*** 22,32 **** * */ // no precompiled headers #include "classfile/vmSymbols.hpp" ! #include "gc_interface/collectedHeap.hpp" #include "interpreter/bytecodeHistogram.hpp" #include "interpreter/bytecodeInterpreter.hpp" #include "interpreter/bytecodeInterpreter.inline.hpp" #include "interpreter/bytecodeInterpreterProfiling.hpp" #include "interpreter/interpreter.hpp" --- 22,32 ---- * */ // no precompiled headers #include "classfile/vmSymbols.hpp" ! #include "gc/shared/collectedHeap.hpp" #include "interpreter/bytecodeHistogram.hpp" #include "interpreter/bytecodeInterpreter.hpp" #include "interpreter/bytecodeInterpreter.inline.hpp" #include "interpreter/bytecodeInterpreterProfiling.hpp" #include "interpreter/interpreter.hpp"
< prev index next >