--- old/src/cpu/x86/vm/globals_x86.hpp 2015-10-08 07:23:17.000000000 -1000 +++ new/src/cpu/x86/vm/globals_x86.hpp 2015-10-08 07:23:16.000000000 -1000 @@ -46,7 +46,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. -#ifdef COMPILER2 +#if defined(COMPILER2) || INCLUDE_JVMCI define_pd_global(intx, CodeEntryAlignment, 32); #else define_pd_global(intx, CodeEntryAlignment, 16);