equal
deleted
inserted
replaced
79 |
79 |
80 // GC Ergo Flags |
80 // GC Ergo Flags |
81 define_pd_global(size_t, CMSYoungGenPerWorker, 64*M); // default max size of CMS young gen, per GC worker thread |
81 define_pd_global(size_t, CMSYoungGenPerWorker, 64*M); // default max size of CMS young gen, per GC worker thread |
82 |
82 |
83 define_pd_global(uintx, TypeProfileLevel, 111); |
83 define_pd_global(uintx, TypeProfileLevel, 111); |
|
84 |
|
85 define_pd_global(bool, PreserveFramePointer, false); |
84 |
86 |
85 #define ARCH_FLAGS(develop, product, diagnostic, experimental, notproduct) \ |
87 #define ARCH_FLAGS(develop, product, diagnostic, experimental, notproduct) \ |
86 \ |
88 \ |
87 develop(bool, IEEEPrecision, true, \ |
89 develop(bool, IEEEPrecision, true, \ |
88 "Enables IEEE precision (for INTEL only)") \ |
90 "Enables IEEE precision (for INTEL only)") \ |