diff src/share/vm/graal/graalCodeInstaller.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 70f715dfbb41
children f238fe91dc7f
line wrap: on
line diff
--- a/src/share/vm/graal/graalCodeInstaller.hpp	Tue Jul 03 15:00:23 2012 +0200
+++ b/src/share/vm/graal/graalCodeInstaller.hpp	Tue Jul 03 16:56:40 2012 +0200
@@ -21,6 +21,9 @@
  * questions.
  */
 
+#ifndef SHARE_VM_GRAAL_GRAAL_CODE_INSTALLER_HPP
+#define SHARE_VM_GRAAL_GRAAL_CODE_INSTALLER_HPP
+
 /*
  * This class handles the conversion from a InstalledCode to a CodeBlob or an nmethod.
  */
@@ -112,3 +115,4 @@
 
 };
 
+#endif // SHARE_VM_GRAAL_GRAAL_CODE_INSTALLER_HPP