diff src/cpu/zero/vm/globals_zero.hpp @ 13086:096c224171c4

Merge with http://hg.openjdk.java.net/hsx/hsx25/hotspot/
author Doug Simon <doug.simon@oracle.com>
date Wed, 20 Nov 2013 00:10:38 +0100
parents bd3237e0e18d
children de6a9e811145 2b8e28fdf503
line wrap: on
line diff
--- a/src/cpu/zero/vm/globals_zero.hpp	Tue Nov 19 17:44:26 2013 +0100
+++ b/src/cpu/zero/vm/globals_zero.hpp	Wed Nov 20 00:10:38 2013 +0100
@@ -57,6 +57,8 @@
 // GC Ergo Flags
 define_pd_global(uintx, CMSYoungGenPerWorker, 16*M);  // default max size of CMS young gen, per GC worker thread
 
+define_pd_global(uintx, TypeProfileLevel, 0);
+
 #define ARCH_FLAGS(develop, product, diagnostic, experimental, notproduct)
 
 #endif // CPU_ZERO_VM_GLOBALS_ZERO_HPP