diff src/cpu/x86/vm/relocInfo_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 1302b727b5cd
children
line wrap: on
line diff
--- a/src/cpu/x86/vm/relocInfo_x86.cpp	Wed May 27 13:43:27 2015 +0200
+++ b/src/cpu/x86/vm/relocInfo_x86.cpp	Thu May 28 15:36:48 2015 +0200
@@ -181,7 +181,7 @@
 #ifdef _LP64
   typedef Assembler::WhichOperand WhichOperand;
   WhichOperand which = (WhichOperand) format();
-#ifndef GRAAL
+#ifndef JVMCI
   assert((which == Assembler::disp32_operand) == !Assembler::is_polling_page_far(), "format not set correctly");
 #endif
   if (which == Assembler::disp32_operand) {