changeset 14423:bd29f2c96a5f

8027964: Adapt PPC to 6843347: Boundary values in some public GC options cause crashes Reviewed-by: dholmes
author goetz
date Thu, 07 Nov 2013 11:40:38 +0100
parents 2b8e28fdf503
children a0d02bb625e2
files src/cpu/ppc/vm/globals_ppc.hpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/cpu/ppc/vm/globals_ppc.hpp	Tue Nov 05 17:38:04 2013 -0800
+++ b/src/cpu/ppc/vm/globals_ppc.hpp	Thu Nov 07 11:40:38 2013 +0100
@@ -55,7 +55,7 @@
 define_pd_global(bool, UseMembar,             false);
 
 // GC Ergo Flags
-define_pd_global(intx, CMSYoungGenPerWorker,  16*M);  // Default max size of CMS young gen, per GC worker thread.
+define_pd_global(uintx, CMSYoungGenPerWorker, 16*M);  // Default max size of CMS young gen, per GC worker thread.
 
 
 // Platform dependent flag handling: flags only defined on this platform.