8027964: Adapt PPC to 6843347: Boundary values in some public GC options cause crashes

Thu, 07 Nov 2013 11:40:38 +0100

author
goetz
date
Thu, 07 Nov 2013 11:40:38 +0100
changeset 6473
bd29f2c96a5f
parent 6472
2b8e28fdf503
child 6474
a0d02bb625e2

8027964: Adapt PPC to 6843347: Boundary values in some public GC options cause crashes
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	Tue Nov 05 17:38:04 2013 -0800
     1.2 +++ b/src/cpu/ppc/vm/globals_ppc.hpp	Thu Nov 07 11:40:38 2013 +0100
     1.3 @@ -55,7 +55,7 @@
     1.4  define_pd_global(bool, UseMembar,             false);
     1.5  
     1.6  // GC Ergo Flags
     1.7 -define_pd_global(intx, CMSYoungGenPerWorker,  16*M);  // Default max size of CMS young gen, per GC worker thread.
     1.8 +define_pd_global(uintx, CMSYoungGenPerWorker, 16*M);  // Default max size of CMS young gen, per GC worker thread.
     1.9  
    1.10  
    1.11  // Platform dependent flag handling: flags only defined on this platform.

mercurial