comparison src/cpu/x86/vm/globals_x86.hpp @ 12882:ce0cc25bc5e2

8026054: New type profiling points: type of return values at calls Summary: x86 interpreter and c1 type profiling for return values at calls Reviewed-by: kvn, twisti
author roland
date Sat, 12 Oct 2013 12:12:59 +0200
parents d13d7aba8c12
children 5ccbab1c69f3
comparison
equal deleted inserted replaced
12881:ed2c74787eb5 12882:ce0cc25bc5e2
77 #endif 77 #endif
78 78
79 // GC Ergo Flags 79 // GC Ergo Flags
80 define_pd_global(uintx, CMSYoungGenPerWorker, 64*M); // default max size of CMS young gen, per GC worker thread 80 define_pd_global(uintx, CMSYoungGenPerWorker, 64*M); // default max size of CMS young gen, per GC worker thread
81 81
82 define_pd_global(uintx, TypeProfileLevel, 1); 82 define_pd_global(uintx, TypeProfileLevel, 11);
83 83
84 #define ARCH_FLAGS(develop, product, diagnostic, experimental, notproduct) \ 84 #define ARCH_FLAGS(develop, product, diagnostic, experimental, notproduct) \
85 \ 85 \
86 develop(bool, IEEEPrecision, true, \ 86 develop(bool, IEEEPrecision, true, \
87 "Enables IEEE precision (for INTEL only)") \ 87 "Enables IEEE precision (for INTEL only)") \