changeset 14425:2e3c546f46d9

8027966: Adapt PPC to 8023657: New type profiling points: arguments to call Reviewed-by: dholmes
author goetz
date Thu, 07 Nov 2013 11:44:53 +0100
parents a0d02bb625e2
children 600acc4b8b1e
files src/cpu/ppc/vm/globals_ppc.hpp
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/cpu/ppc/vm/globals_ppc.hpp	Thu Nov 07 11:42:26 2013 +0100
+++ b/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)  \