src/cpu/ppc/vm/globals_ppc.hpp

changeset 6473
bd29f2c96a5f
parent 6458
ec28f9c041ff
child 6475
2e3c546f46d9
     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