comparison 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
comparison
equal deleted inserted replaced
21558:d563baeca9df 21559:be896a1983c0
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(GRAAL) 671 #if defined(COMPILER2) || defined(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 }