comparison src/cpu/sparc/vm/globals_sparc.hpp @ 12883:f50418dfb1b7

Merge
author iveresov
date Sun, 13 Oct 2013 13:22:24 -0700
parents d13d7aba8c12
children de6a9e811145 41b780b43b74
comparison
equal deleted inserted replaced
12844:7c26dced065e 12883:f50418dfb1b7
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 \