59 // GC Ergo Flags |
59 // GC Ergo Flags |
60 define_pd_global(size_t, CMSYoungGenPerWorker, 16*M); // default max size of CMS young gen, per GC worker thread |
60 define_pd_global(size_t, CMSYoungGenPerWorker, 16*M); // default max size of CMS young gen, per GC worker thread |
61 |
61 |
62 define_pd_global(uintx, TypeProfileLevel, 0); |
62 define_pd_global(uintx, TypeProfileLevel, 0); |
63 |
63 |
|
64 define_pd_global(bool, PreserveFramePointer, false); |
|
65 |
64 #define ARCH_FLAGS(develop, product, diagnostic, experimental, notproduct) \ |
66 #define ARCH_FLAGS(develop, product, diagnostic, experimental, notproduct) \ |
65 product(bool, UseFastEmptyMethods, true, \ |
67 product(bool, UseFastEmptyMethods, true, \ |
66 "Use fast method entry code for empty methods") \ |
68 "Use fast method entry code for empty methods") \ |
67 \ |
69 \ |
68 product(bool, UseFastAccessorMethods, true, \ |
70 product(bool, UseFastAccessorMethods, true, \ |