diff src/cpu/x86/vm/vm_version_x86.cpp @ 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 2e35a4ea22ac
children
line wrap: on
line diff
--- a/src/cpu/x86/vm/vm_version_x86.cpp	Wed May 27 13:43:27 2015 +0200
+++ b/src/cpu/x86/vm/vm_version_x86.cpp	Thu May 28 15:36:48 2015 +0200
@@ -668,7 +668,7 @@
     }
   }
 #endif
-#if defined(COMPILER2) || defined(GRAAL)
+#if defined(COMPILER2) || defined(JVMCI)
   if (MaxVectorSize > 0) {
     if (!is_power_of_2(MaxVectorSize)) {
       warning("MaxVectorSize must be a power of 2");