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

src/cpu/ppc/vm/globals_ppc.hpp

Print this page

        

*** 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) \ \ /* 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 " \ --- 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