src/cpu/sparc/vm/globals_sparc.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hotspot Cdiff src/cpu/sparc/vm/globals_sparc.hpp

src/cpu/sparc/vm/globals_sparc.hpp

Print this page
rev 5240 : 8023657: New type profiling points: arguments to call
Summary: x86 interpreter and c1 type profiling for arguments at calls
Reviewed-by:

*** 74,83 **** --- 74,85 ---- define_pd_global(bool, UseMembar, false); // GC Ergo Flags define_pd_global(uintx, CMSYoungGenPerWorker, 16*M); // default max size of CMS young gen, per GC worker thread + define_pd_global(uintx, TypeProfile, 0); + #define ARCH_FLAGS(develop, product, diagnostic, experimental, notproduct) \ \ product(intx, UseVIS, 99, \ "Highest supported VIS instructions set on Sparc") \ \
src/cpu/sparc/vm/globals_sparc.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File