8027966: Adapt PPC to 8023657: New type profiling points: arguments to call

Thu, 07 Nov 2013 11:44:53 +0100

author
goetz
date
Thu, 07 Nov 2013 11:44:53 +0100
changeset 6475
2e3c546f46d9
parent 6474
a0d02bb625e2
child 6476
600acc4b8b1e

8027966: Adapt PPC to 8023657: New type profiling points: arguments to call
Reviewed-by: dholmes

src/cpu/ppc/vm/globals_ppc.hpp file | annotate | diff | comparison | revisions
     1.1 --- a/src/cpu/ppc/vm/globals_ppc.hpp	Thu Nov 07 11:42:26 2013 +0100
     1.2 +++ b/src/cpu/ppc/vm/globals_ppc.hpp	Thu Nov 07 11:44:53 2013 +0100
     1.3 @@ -57,6 +57,7 @@
     1.4  // GC Ergo Flags
     1.5  define_pd_global(uintx, CMSYoungGenPerWorker, 16*M);  // Default max size of CMS young gen, per GC worker thread.
     1.6  
     1.7 +define_pd_global(uintx, TypeProfileLevel, 0);
     1.8  
     1.9  // Platform dependent flag handling: flags only defined on this platform.
    1.10  #define ARCH_FLAGS(develop, product, diagnostic, experimental, notproduct)  \

mercurial