src/cpu/ppc/vm/globals_ppc.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/cpu/ppc/vm/globals_ppc.hpp	Sat Jun 13 09:00:18 2015
--- new/src/cpu/ppc/vm/globals_ppc.hpp	Sat Jun 13 09:00:18 2015

*** 61,71 **** --- 61,71 ---- define_pd_global(size_t, CMSYoungGenPerWorker, 16*M); // Default max size of CMS young gen, per GC worker thread. define_pd_global(uintx, TypeProfileLevel, 111); // 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. */ \ product(bool, LoadPollAddressFromThread, false, \ "Load polling page address from thread object (required for " \

src/cpu/ppc/vm/globals_ppc.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File