comparison src/cpu/x86/vm/globals_x86.hpp @ 12962:5ccbab1c69f3

8026251: New type profiling points: parameters to methods Summary: x86 interpreter and c1 type profiling for parameters on method entries Reviewed-by: kvn, twisti
author roland
date Tue, 22 Oct 2013 09:51:47 +0200
parents ce0cc25bc5e2
children 096c224171c4 41b780b43b74 8a8ff6b577ed
comparison
equal deleted inserted replaced
12961:4748b3308cda 12962:5ccbab1c69f3
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, 11); 82 define_pd_global(uintx, TypeProfileLevel, 111);
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)") \