8027966: Adapt PPC to 8023657: New type profiling points: arguments to call
authorgoetz
Thu, 07 Nov 2013 11:44:53 +0100
changeset 22841 f95c99b5e740
parent 22840 e544827769a7
child 22842 38688bfbd633
8027966: Adapt PPC to 8023657: New type profiling points: arguments to call Reviewed-by: dholmes
hotspot/src/cpu/ppc/vm/globals_ppc.hpp
--- a/hotspot/src/cpu/ppc/vm/globals_ppc.hpp	Thu Nov 07 11:42:26 2013 +0100
+++ b/hotspot/src/cpu/ppc/vm/globals_ppc.hpp	Thu Nov 07 11:44:53 2013 +0100
@@ -57,6 +57,7 @@
 // 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);
 
 // Platform dependent flag handling: flags only defined on this platform.
 #define ARCH_FLAGS(develop, product, diagnostic, experimental, notproduct)  \