comparison 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
comparison
equal deleted inserted replaced
22297:571202729bbf 22298:c28cb37b2e1d
666 // Only supported with SSE2+ 666 // Only supported with SSE2+
667 FLAG_SET_DEFAULT(UseFPUForSpilling, false); 667 FLAG_SET_DEFAULT(UseFPUForSpilling, false);
668 } 668 }
669 } 669 }
670 #endif 670 #endif
671 #if defined(COMPILER2) || defined(JVMCI) 671 #if defined(COMPILER2) || INCLUDE_JVMCI
672 if (MaxVectorSize > 0) { 672 if (MaxVectorSize > 0) {
673 if (!is_power_of_2(MaxVectorSize)) { 673 if (!is_power_of_2(MaxVectorSize)) {
674 warning("MaxVectorSize must be a power of 2"); 674 warning("MaxVectorSize must be a power of 2");
675 FLAG_SET_DEFAULT(MaxVectorSize, 32); 675 FLAG_SET_DEFAULT(MaxVectorSize, 32);
676 } 676 }