src/cpu/x86/vm/globals_x86.hpp

changeset 5119
12f651e29f6b
parent 4410
00af3a3a8df4
child 5274
cd54c7e92908
equal deleted inserted replaced
5118:0a2986f36965 5119:12f651e29f6b
75 #else 75 #else
76 define_pd_global(bool, UseMembar, false); 76 define_pd_global(bool, UseMembar, false);
77 #endif 77 #endif
78 78
79 // GC Ergo Flags 79 // GC Ergo Flags
80 define_pd_global(intx, CMSYoungGenPerWorker, 64*M); // default max size of CMS young gen, per GC worker thread 80 define_pd_global(uintx, CMSYoungGenPerWorker, 64*M); // default max size of CMS young gen, per GC worker thread
81 81
82 #define ARCH_FLAGS(develop, product, diagnostic, experimental, notproduct) \ 82 #define ARCH_FLAGS(develop, product, diagnostic, experimental, notproduct) \
83 \ 83 \
84 develop(bool, IEEEPrecision, true, \ 84 develop(bool, IEEEPrecision, true, \
85 "Enables IEEE precision (for INTEL only)") \ 85 "Enables IEEE precision (for INTEL only)") \

mercurial