hotspot/src/share/vm/classfile/systemDictionary.hpp
changeset 7397 5b173b4ca846
parent 7114 65d21c4c6337
child 7426 dba53a0065f8
--- a/hotspot/src/share/vm/classfile/systemDictionary.hpp	Tue Nov 23 15:01:43 2010 -0500
+++ b/hotspot/src/share/vm/classfile/systemDictionary.hpp	Tue Nov 23 13:22:55 2010 -0800
@@ -22,6 +22,17 @@
  *
  */
 
+#ifndef SHARE_VM_CLASSFILE_SYSTEMDICTIONARY_HPP
+#define SHARE_VM_CLASSFILE_SYSTEMDICTIONARY_HPP
+
+#include "classfile/classFileStream.hpp"
+#include "classfile/classLoader.hpp"
+#include "oops/objArrayOop.hpp"
+#include "oops/symbolOop.hpp"
+#include "runtime/java.hpp"
+#include "runtime/reflectionUtils.hpp"
+#include "utilities/hashtable.hpp"
+
 // The system dictionary stores all loaded classes and maps:
 //
 //   [class name,class loader] -> class   i.e.  [symbolOop,oop] -> klassOop
@@ -672,3 +683,5 @@
 
   static KlassHandle box_klass(BasicType t);
 };
+
+#endif // SHARE_VM_CLASSFILE_SYSTEMDICTIONARY_HPP