--- old/src/cpu/x86/vm/globals_x86.hpp 2013-10-02 17:55:33.132382779 +0200 +++ new/src/cpu/x86/vm/globals_x86.hpp 2013-10-02 17:55:32.789679752 +0200 @@ -79,6 +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, TypeProfile, 1); + #define ARCH_FLAGS(develop, product, diagnostic, experimental, notproduct) \ \ develop(bool, IEEEPrecision, true, \