diff src/share/vm/utilities/top.hpp @ 21559:be896a1983c0

recast all Graal native code as JVMCI code (JBS:GRAAL-53)
author Doug Simon <doug.simon@oracle.com>
date Thu, 28 May 2015 15:36:48 +0200
parents 89152779163c
children
line wrap: on
line diff
--- a/src/share/vm/utilities/top.hpp	Wed May 27 13:43:27 2015 +0200
+++ b/src/share/vm/utilities/top.hpp	Thu May 28 15:36:48 2015 +0200
@@ -42,8 +42,8 @@
 #ifdef COMPILER2
 #include "opto/c2_globals.hpp"
 #endif
-#ifdef GRAAL
-#include "graal/graalGlobals.hpp"
+#ifdef JVMCI
+#include "jvmci/jvmciGlobals.hpp"
 #endif
 
 // THIS FILE IS INTESIONALLY LEFT EMPTY