aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/memory/memRegion.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/vm/memory/memRegion.hpp')
-rw-r--r--src/share/vm/memory/memRegion.hpp11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/share/vm/memory/memRegion.hpp b/src/share/vm/memory/memRegion.hpp
index 84b36ef2f..4ed33d731 100644
--- a/src/share/vm/memory/memRegion.hpp
+++ b/src/share/vm/memory/memRegion.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2000, 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@@ -22,6 +22,13 @@
*
*/
+#ifndef SHARE_VM_MEMORY_MEMREGION_HPP
+#define SHARE_VM_MEMORY_MEMREGION_HPP
+
+#include "memory/allocation.hpp"
+#include "utilities/debug.hpp"
+#include "utilities/globalDefinitions.hpp"
+
// A very simple data structure representing a contigous region
// region of address space.
@@ -104,3 +111,5 @@ public:
void operator delete(void* p) {} // nothing to do
};
+
+#endif // SHARE_VM_MEMORY_MEMREGION_HPP