comparison src/cpu/x86/vm/globals_x86.hpp @ 12875:d13d7aba8c12

8023657: New type profiling points: arguments to call Summary: x86 interpreter and c1 type profiling for arguments at calls Reviewed-by: kvn, twisti
author roland
date Wed, 09 Oct 2013 16:32:21 +0200
parents b800986664f4
children ce0cc25bc5e2
comparison
equal deleted inserted replaced
12874:46ef27bcacb3 12875:d13d7aba8c12
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);
83
82 #define ARCH_FLAGS(develop, product, diagnostic, experimental, notproduct) \ 84 #define ARCH_FLAGS(develop, product, diagnostic, experimental, notproduct) \
83 \ 85 \
84 develop(bool, IEEEPrecision, true, \ 86 develop(bool, IEEEPrecision, true, \
85 "Enables IEEE precision (for INTEL only)") \ 87 "Enables IEEE precision (for INTEL only)") \
86 \ 88 \