changeset 7397 | 5b173b4ca846 |
parent 6745 | a34ef8968a84 |
child 8065 | 7ca689ce3d32 |
--- a/hotspot/src/share/vm/c1/c1_InstructionPrinter.cpp Tue Nov 23 15:01:43 2010 -0500 +++ b/hotspot/src/share/vm/c1/c1_InstructionPrinter.cpp Tue Nov 23 13:22:55 2010 -0800 @@ -22,8 +22,12 @@ * */ -#include "incls/_precompiled.incl" -#include "incls/_c1_InstructionPrinter.cpp.incl" +#include "precompiled.hpp" +#include "c1/c1_InstructionPrinter.hpp" +#include "c1/c1_ValueStack.hpp" +#include "ci/ciArray.hpp" +#include "ci/ciInstance.hpp" +#include "ci/ciObject.hpp" #ifndef PRODUCT