aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/runtime/arguments.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/vm/runtime/arguments.hpp')
-rw-r--r--src/share/vm/runtime/arguments.hpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/share/vm/runtime/arguments.hpp b/src/share/vm/runtime/arguments.hpp
index 8229584ca..ed6ef26dd 100644
--- a/src/share/vm/runtime/arguments.hpp
+++ b/src/share/vm/runtime/arguments.hpp
@@ -22,6 +22,13 @@
*
*/
+#ifndef SHARE_VM_RUNTIME_ARGUMENTS_HPP
+#define SHARE_VM_RUNTIME_ARGUMENTS_HPP
+
+#include "runtime/java.hpp"
+#include "runtime/perfData.hpp"
+#include "utilities/top.hpp"
+
// Arguments parses the command line and recognizes options
// Invocation API hook typedefs (these should really be defined in jni.hpp)
@@ -532,3 +539,5 @@ class Arguments : AllStatic {
static char *get_kernel_properties();
#endif // KERNEL
};
+
+#endif // SHARE_VM_RUNTIME_ARGUMENTS_HPP