aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/oops/methodDataKlass.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/vm/oops/methodDataKlass.hpp')
-rw-r--r--src/share/vm/oops/methodDataKlass.hpp9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/share/vm/oops/methodDataKlass.hpp b/src/share/vm/oops/methodDataKlass.hpp
index a92f4176b..b6279b290 100644
--- a/src/share/vm/oops/methodDataKlass.hpp
+++ b/src/share/vm/oops/methodDataKlass.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2000, 2006, 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,11 @@
*
*/
+#ifndef SHARE_VM_OOPS_METHODDATAKLASS_HPP
+#define SHARE_VM_OOPS_METHODDATAKLASS_HPP
+
+#include "oops/klass.hpp"
+
// a methodDataKlass is the klass of a methodDataOop
class methodDataKlass : public Klass {
@@ -82,3 +87,5 @@ class methodDataKlass : public Klass {
const char* internal_name() const;
void oop_verify_on(oop obj, outputStream* st);
};
+
+#endif // SHARE_VM_OOPS_METHODDATAKLASS_HPP