diff 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
line wrap: on
line diff
--- a/src/cpu/x86/vm/globals_x86.hpp	Tue Dec 10 21:40:12 2013 +0100
+++ b/src/cpu/x86/vm/globals_x86.hpp	Tue Dec 10 22:09:27 2013 +0100
@@ -79,7 +79,8 @@
 // GC Ergo Flags
 define_pd_global(uintx, CMSYoungGenPerWorker, 64*M);  // default max size of CMS young gen, per GC worker thread
 
-define_pd_global(uintx, TypeProfileLevel, 111);
+// Disabled in GRAAL until HotSpotMethodData is updated to be aware of the new profiling tags
+define_pd_global(uintx, TypeProfileLevel, GRAAL_ONLY(0) NOT_GRAAL(111));
 
 #define ARCH_FLAGS(develop, product, diagnostic, experimental, notproduct) \
                                                                             \