aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/shark/sharkNativeWrapper.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/vm/shark/sharkNativeWrapper.hpp')
-rw-r--r--src/share/vm/shark/sharkNativeWrapper.hpp14
1 files changed, 13 insertions, 1 deletions
diff --git a/src/share/vm/shark/sharkNativeWrapper.hpp b/src/share/vm/shark/sharkNativeWrapper.hpp
index 6e324fe2e..3d4eddd13 100644
--- a/src/share/vm/shark/sharkNativeWrapper.hpp
+++ b/src/share/vm/shark/sharkNativeWrapper.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1999, 2007, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
* Copyright 2009 Red Hat, Inc.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
@@ -23,6 +23,16 @@
*
*/
+#ifndef SHARE_VM_SHARK_SHARKNATIVEWRAPPER_HPP
+#define SHARE_VM_SHARK_SHARKNATIVEWRAPPER_HPP
+
+#include "runtime/handles.hpp"
+#include "shark/llvmHeaders.hpp"
+#include "shark/sharkBuilder.hpp"
+#include "shark/sharkContext.hpp"
+#include "shark/sharkInvariants.hpp"
+#include "shark/sharkStack.hpp"
+
class SharkNativeWrapper : public SharkCompileInvariants {
friend class SharkStackWithNativeFrame;
@@ -180,3 +190,5 @@ class SharkNativeWrapper : public SharkCompileInvariants {
pending_exception_address(), "pending_exception");
}
};
+
+#endif // SHARE_VM_SHARK_SHARKNATIVEWRAPPER_HPP