< prev index next >

src/cpu/ppc/vm/globals_ppc.hpp

Print this page

        

*** 74,83 **** --- 74,85 ---- define_pd_global(uintx, TypeProfileLevel, 111); define_pd_global(bool, CompactStrings, true); + define_pd_global(intx, InitArrayShortSize, 8*BytesPerLong); + // Platform dependent flag handling: flags only defined on this platform. #define ARCH_FLAGS(develop, product, diagnostic, experimental, notproduct, range, constraint) \ \ /* Load poll address from thread. This is used to implement per-thread */ \ /* safepoints on platforms != IA64. */ \
< prev index next >