comparison src/cpu/ppc/vm/globals_ppc.hpp @ 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 bd29f2c96a5f
children b0133e4187d3
comparison
equal deleted inserted replaced
14424:a0d02bb625e2 14425:2e3c546f46d9
55 define_pd_global(bool, UseMembar, false); 55 define_pd_global(bool, UseMembar, false);
56 56
57 // GC Ergo Flags 57 // GC Ergo Flags
58 define_pd_global(uintx, CMSYoungGenPerWorker, 16*M); // Default max size of CMS young gen, per GC worker thread. 58 define_pd_global(uintx, CMSYoungGenPerWorker, 16*M); // Default max size of CMS young gen, per GC worker thread.
59 59
60 define_pd_global(uintx, TypeProfileLevel, 0);
60 61
61 // Platform dependent flag handling: flags only defined on this platform. 62 // Platform dependent flag handling: flags only defined on this platform.
62 #define ARCH_FLAGS(develop, product, diagnostic, experimental, notproduct) \ 63 #define ARCH_FLAGS(develop, product, diagnostic, experimental, notproduct) \
63 product(uintx, PowerArchitecturePPC64, 0, \ 64 product(uintx, PowerArchitecturePPC64, 0, \
64 "CPU Version: x for PowerX. Currently recognizes Power5 to " \ 65 "CPU Version: x for PowerX. Currently recognizes Power5 to " \