diff src/share/vm/memory/allocation.hpp @ 7125:1baf7f1e3f23

decoupled C++ Graal runtime from C1
author Doug Simon <doug.simon@oracle.com>
date Mon, 03 Dec 2012 15:32:17 +0100
parents 716c64bda5ba
children 291ffc492eb6
line wrap: on
line diff
--- a/src/share/vm/memory/allocation.hpp	Mon Dec 03 13:56:13 2012 +0100
+++ b/src/share/vm/memory/allocation.hpp	Mon Dec 03 15:32:17 2012 +0100
@@ -34,6 +34,9 @@
 #ifdef COMPILER2
 #include "opto/c2_globals.hpp"
 #endif
+#ifdef GRAAL
+#include "graal/graalGlobals.hpp"
+#endif
 
 #include <new>