diff src/share/vm/c1/c1_Instruction.cpp @ 1972:f95d63e2154a

6989984: Use standard include model for Hospot Summary: Replaced MakeDeps and the includeDB files with more standardized solutions. Reviewed-by: coleenp, kvn, kamg
author stefank
date Tue, 23 Nov 2010 13:22:55 -0800
parents 42a10fc37986
children 13bc79b5c9c8 6c9cec219ce4
line wrap: on
line diff
--- a/src/share/vm/c1/c1_Instruction.cpp	Tue Nov 23 15:01:43 2010 -0500
+++ b/src/share/vm/c1/c1_Instruction.cpp	Tue Nov 23 13:22:55 2010 -0800
@@ -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