src/cpu/zero/vm/globals_zero.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File 7089790_shared Cdiff src/cpu/zero/vm/globals_zero.hpp

src/cpu/zero/vm/globals_zero.hpp

Print this page
rev 2695 : shared changes

*** 50,59 **** --- 50,63 ---- define_pd_global(intx, StackShadowPages, 5 LP64_ONLY(+1) DEBUG_ONLY(+3)); define_pd_global(bool, RewriteBytecodes, true); define_pd_global(bool, RewriteFrequentPairs, true); + #ifdef _ALLBSD_SOURCE + define_pd_global(bool, UseMembar, true); + #else define_pd_global(bool, UseMembar, false); + #endif // GC Ergo Flags define_pd_global(intx, CMSYoungGenPerWorker, 16*M); // default max size of CMS young gen, per GC worker thread #endif // CPU_ZERO_VM_GLOBALS_ZERO_HPP
src/cpu/zero/vm/globals_zero.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File