src/cpu/sparc/vm/globals_sparc.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/cpu/sparc/vm/globals_sparc.hpp	Tue Sep 13 12:20:50 2011
--- new/src/cpu/sparc/vm/globals_sparc.hpp	Tue Sep 13 12:20:50 2011

*** 68,77 **** --- 68,81 ---- define_pd_global(intx, PreInflateSpin, 40); // Determined by running design center 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_SPARC_VM_GLOBALS_SPARC_HPP

src/cpu/sparc/vm/globals_sparc.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File