aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/memory/universe.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/vm/memory/universe.hpp')
-rw-r--r--src/share/vm/memory/universe.hpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/share/vm/memory/universe.hpp b/src/share/vm/memory/universe.hpp
index 6be32bb01..f57f7be6a 100644
--- a/src/share/vm/memory/universe.hpp
+++ b/src/share/vm/memory/universe.hpp
@@ -22,6 +22,12 @@
*
*/
+#ifndef SHARE_VM_MEMORY_UNIVERSE_HPP
+#define SHARE_VM_MEMORY_UNIVERSE_HPP
+
+#include "runtime/handles.hpp"
+#include "utilities/growableArray.hpp"
+
// Universe is a name space holding known system classes and objects in the VM.
//
// Loaded classes are accessible through the SystemDictionary.
@@ -461,3 +467,5 @@ class DeferredObjAllocEvent : public CHeapObj {
size_t bytesize() { return _bytesize; }
oop get_oop() { return _oop; }
};
+
+#endif // SHARE_VM_MEMORY_UNIVERSE_HPP