hotspot/src/share/vm/ci/ciEnv.hpp
changeset 7397 5b173b4ca846
parent 5882 6b2aecc4f7d8
child 8076 96d498ec7ae1
--- a/hotspot/src/share/vm/ci/ciEnv.hpp	Tue Nov 23 15:01:43 2010 -0500
+++ b/hotspot/src/share/vm/ci/ciEnv.hpp	Tue Nov 23 13:22:55 2010 -0800
@@ -22,6 +22,18 @@
  *
  */
 
+#ifndef SHARE_VM_CI_CIENV_HPP
+#define SHARE_VM_CI_CIENV_HPP
+
+#include "ci/ciClassList.hpp"
+#include "ci/ciObjectFactory.hpp"
+#include "classfile/systemDictionary.hpp"
+#include "code/debugInfoRec.hpp"
+#include "code/dependencies.hpp"
+#include "code/exceptionHandlerTable.hpp"
+#include "compiler/oopMap.hpp"
+#include "runtime/thread.hpp"
+
 class CompileTask;
 
 // ciEnv
@@ -384,3 +396,5 @@
   void record_method_not_compilable(const char* reason, bool all_tiers = true);
   void record_out_of_memory_failure();
 };
+
+#endif // SHARE_VM_CI_CIENV_HPP