src/cpu/zero/vm/globals_zero.hpp

changeset 3156
f08d439fab8c
parent 2729
e863062e521d
child 4020
a5dd6e3ef9f3
equal deleted inserted replaced
3155:eda6988c0d81 3156:f08d439fab8c
50 define_pd_global(intx, StackShadowPages, 5 LP64_ONLY(+1) DEBUG_ONLY(+3)); 50 define_pd_global(intx, StackShadowPages, 5 LP64_ONLY(+1) DEBUG_ONLY(+3));
51 51
52 define_pd_global(bool, RewriteBytecodes, true); 52 define_pd_global(bool, RewriteBytecodes, true);
53 define_pd_global(bool, RewriteFrequentPairs, true); 53 define_pd_global(bool, RewriteFrequentPairs, true);
54 54
55 #ifdef _ALLBSD_SOURCE
56 define_pd_global(bool, UseMembar, true);
57 #else
55 define_pd_global(bool, UseMembar, false); 58 define_pd_global(bool, UseMembar, false);
59 #endif
56 60
57 // GC Ergo Flags 61 // GC Ergo Flags
58 define_pd_global(intx, CMSYoungGenPerWorker, 16*M); // default max size of CMS young gen, per GC worker thread 62 define_pd_global(intx, CMSYoungGenPerWorker, 16*M); // default max size of CMS young gen, per GC worker thread
59 #endif // CPU_ZERO_VM_GLOBALS_ZERO_HPP 63 #endif // CPU_ZERO_VM_GLOBALS_ZERO_HPP

mercurial