diff src/share/vm/graal/graalRuntime.hpp @ 5747:120820e30baa

added basic high-level interpreter support to HotSpot
author Christian Haeubl <haeubl@ssw.jku.at>
date Tue, 03 Jul 2012 16:56:40 +0200
parents 87e4aed94b26
children d5f7e737827f
line wrap: on
line diff
--- a/src/share/vm/graal/graalRuntime.hpp	Tue Jul 03 15:00:23 2012 +0200
+++ b/src/share/vm/graal/graalRuntime.hpp	Tue Jul 03 16:56:40 2012 +0200
@@ -21,6 +21,9 @@
  * questions.
  */
 
+#ifndef SHARE_VM_GRAAL_GRAAL_RUNTIME_HPP
+#define SHARE_VM_GRAAL_GRAAL_RUNTIME_HPP
+
 class GraalRuntime : public AllStatic {
 
 private:
@@ -29,4 +32,6 @@
 public:
   static jobject instance() { return _runtimeObject; }
 
-};
\ No newline at end of file
+};
+
+#endif // SHARE_VM_GRAAL_GRAAL_RUNTIME_HPP