comparison src/cpu/x86/vm/globals_x86.hpp @ 13280:fbcdae53b17e

force TypeProfileLevel to 0 in GRAAL until HotSpotMethodData is updated to be aware of the new profiling tags
author Doug Simon <doug.simon@oracle.com>
date Tue, 10 Dec 2013 22:09:27 +0100
parents 58dfd753ada8
children d8041d695d19
comparison
equal deleted inserted replaced
13279:05de8cf71a41 13280:fbcdae53b17e
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, 111); 82 // Disabled in GRAAL until HotSpotMethodData is updated to be aware of the new profiling tags
83 define_pd_global(uintx, TypeProfileLevel, GRAAL_ONLY(0) NOT_GRAAL(111));
83 84
84 #define ARCH_FLAGS(develop, product, diagnostic, experimental, notproduct) \ 85 #define ARCH_FLAGS(develop, product, diagnostic, experimental, notproduct) \
85 \ 86 \
86 develop(bool, IEEEPrecision, true, \ 87 develop(bool, IEEEPrecision, true, \
87 "Enables IEEE precision (for INTEL only)") \ 88 "Enables IEEE precision (for INTEL only)") \