aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/utilities/bitMap.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/vm/utilities/bitMap.hpp')
-rw-r--r--src/share/vm/utilities/bitMap.hpp10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/share/vm/utilities/bitMap.hpp b/src/share/vm/utilities/bitMap.hpp
index 33dd89c38..7c3169b08 100644
--- a/src/share/vm/utilities/bitMap.hpp
+++ b/src/share/vm/utilities/bitMap.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1997, 2009, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 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,12 @@
*
*/
+#ifndef SHARE_VM_UTILITIES_BITMAP_HPP
+#define SHARE_VM_UTILITIES_BITMAP_HPP
+
+#include "memory/allocation.hpp"
+#include "utilities/top.hpp"
+
// Forward decl;
class BitMapClosure;
@@ -365,3 +371,5 @@ class BitMapClosure VALUE_OBJ_CLASS_SPEC {
// return of false indicates that the bitmap iteration should terminate.
virtual bool do_bit(BitMap::idx_t offset) = 0;
};
+
+#endif // SHARE_VM_UTILITIES_BITMAP_HPP