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

Rename JVMCI to INCLUDE_JVMCI.
author twisti
date Wed, 22 Jul 2015 08:56:03 -0700
parents be896a1983c0
children
line wrap: on
line diff
--- a/src/cpu/x86/vm/relocInfo_x86.cpp	Wed Jul 22 15:50:08 2015 +0200
+++ b/src/cpu/x86/vm/relocInfo_x86.cpp	Wed Jul 22 08:56:03 2015 -0700
@@ -181,7 +181,7 @@
 #ifdef _LP64
   typedef Assembler::WhichOperand WhichOperand;
   WhichOperand which = (WhichOperand) format();
-#ifndef JVMCI
+#if !INCLUDE_JVMCI
   assert((which == Assembler::disp32_operand) == !Assembler::is_polling_page_far(), "format not set correctly");
 #endif
   if (which == Assembler::disp32_operand) {