diff src/share/vm/runtime/vmStructs.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 b1530a6cce8c
children 0e095e2c24e2
line wrap: on
line diff
--- a/src/share/vm/runtime/vmStructs.hpp	Wed May 27 13:43:27 2015 +0200
+++ b/src/share/vm/runtime/vmStructs.hpp	Thu May 28 15:36:48 2015 +0200
@@ -126,7 +126,7 @@
   static void test();
 #endif
 
-#ifdef GRAAL
+#ifdef JVMCI
   // The definition of this method is generated by
   // com.oracle.jvmci.hotspotvmconfig.HotSpotVMConfigProcessor.
 static void initHotSpotVMConfig(oop config);