diff src/cpu/x86/vm/vm_version_x86.cpp @ 22298:c28cb37b2e1d

Rename JVMCI to INCLUDE_JVMCI.
author twisti
date Wed, 22 Jul 2015 08:56:03 -0700
parents be896a1983c0
children f13e777eb255
line wrap: on
line diff
--- a/src/cpu/x86/vm/vm_version_x86.cpp	Wed Jul 22 15:50:08 2015 +0200
+++ b/src/cpu/x86/vm/vm_version_x86.cpp	Wed Jul 22 08:56:03 2015 -0700
@@ -668,7 +668,7 @@
     }
   }
 #endif
-#if defined(COMPILER2) || defined(JVMCI)
+#if defined(COMPILER2) || INCLUDE_JVMCI
   if (MaxVectorSize > 0) {
     if (!is_power_of_2(MaxVectorSize)) {
       warning("MaxVectorSize must be a power of 2");