src/cpu/sparc/vm/globals_sparc.hpp

changeset 5914
d13d7aba8c12
parent 5283
46c544b8fbfc
child 6198
55fb97c4c58d
child 6490
41b780b43b74
equal deleted inserted replaced
5913:46ef27bcacb3 5914:d13d7aba8c12
74 define_pd_global(bool, UseMembar, false); 74 define_pd_global(bool, UseMembar, false);
75 75
76 // GC Ergo Flags 76 // GC Ergo Flags
77 define_pd_global(uintx, CMSYoungGenPerWorker, 16*M); // default max size of CMS young gen, per GC worker thread 77 define_pd_global(uintx, CMSYoungGenPerWorker, 16*M); // default max size of CMS young gen, per GC worker thread
78 78
79 define_pd_global(uintx, TypeProfileLevel, 0);
80
79 #define ARCH_FLAGS(develop, product, diagnostic, experimental, notproduct) \ 81 #define ARCH_FLAGS(develop, product, diagnostic, experimental, notproduct) \
80 \ 82 \
81 product(intx, UseVIS, 99, \ 83 product(intx, UseVIS, 99, \
82 "Highest supported VIS instructions set on Sparc") \ 84 "Highest supported VIS instructions set on Sparc") \
83 \ 85 \

mercurial