diff src/cpu/x86/vm/globals_x86.hpp @ 22298:c28cb37b2e1d

Rename JVMCI to INCLUDE_JVMCI.
author twisti
date Wed, 22 Jul 2015 08:56:03 -0700
parents be896a1983c0
children be44a5efeaff
line wrap: on
line diff
--- a/src/cpu/x86/vm/globals_x86.hpp	Wed Jul 22 15:50:08 2015 +0200
+++ b/src/cpu/x86/vm/globals_x86.hpp	Wed Jul 22 08:56:03 2015 -0700
@@ -47,7 +47,7 @@
 // the the vep is aligned at CodeEntryAlignment whereas c2 only aligns
 // the uep and the vep doesn't get real alignment but just slops on by
 // only assured that the entry instruction meets the 5 byte size requirement.
-#if defined(COMPILER2) || defined(JVMCI)
+#if defined(COMPILER2) || INCLUDE_JVMCI
 define_pd_global(intx, CodeEntryAlignment,       32);
 #else
 define_pd_global(intx, CodeEntryAlignment,       16);