--- old/src/share/vm/c1/c1_Instruction.cpp 2010-11-10 13:04:39.000000000 +0100 +++ new/src/share/vm/c1/c1_Instruction.cpp 2010-11-10 13:04:39.000000000 +0100 @@ -22,8 +22,13 @@ * */ -#include "incls/_precompiled.incl" -#include "incls/_c1_Instruction.cpp.incl" +#include "precompiled.hpp" +#include "c1/c1_IR.hpp" +#include "c1/c1_Instruction.hpp" +#include "c1/c1_InstructionPrinter.hpp" +#include "c1/c1_ValueStack.hpp" +#include "ci/ciObjArrayKlass.hpp" +#include "ci/ciTypeArrayKlass.hpp" // Implementation of Instruction