aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/prims/jvmtiEnter.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/vm/prims/jvmtiEnter.hpp')
-rw-r--r--src/share/vm/prims/jvmtiEnter.hpp13
1 files changed, 12 insertions, 1 deletions
diff --git a/src/share/vm/prims/jvmtiEnter.hpp b/src/share/vm/prims/jvmtiEnter.hpp
index 31f5c2fa9..f9863534f 100644
--- a/src/share/vm/prims/jvmtiEnter.hpp
+++ b/src/share/vm/prims/jvmtiEnter.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 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
@@ -21,3 +21,14 @@
* questions.
*
*/
+
+#ifndef SHARE_VM_PRIMS_JVMTIENTER_HPP
+#define SHARE_VM_PRIMS_JVMTIENTER_HPP
+
+#include "classfile/systemDictionary.hpp"
+#include "jvmtifiles/jvmtiEnv.hpp"
+#include "memory/resourceArea.hpp"
+#include "prims/jvmtiImpl.hpp"
+#include "runtime/interfaceSupport.hpp"
+
+#endif // SHARE_VM_PRIMS_JVMTIENTER_HPP