comparison src/cpu/x86/vm/globals_x86.hpp @ 10408:836a62f43af9

Merge with http://hg.openjdk.java.net/hsx/hsx25/hotspot/
author Doug Simon <doug.simon@oracle.com>
date Wed, 19 Jun 2013 10:45:56 +0200
parents 12f651e29f6b
children cd54c7e92908
comparison
equal deleted inserted replaced
10086:e0fb8a213650 10408:836a62f43af9
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)") \