src/cpu/x86/vm/globals_x86.hpp

changeset 5119
12f651e29f6b
parent 4410
00af3a3a8df4
child 5274
cd54c7e92908
     1.1 --- a/src/cpu/x86/vm/globals_x86.hpp	Tue May 14 17:08:31 2013 +0200
     1.2 +++ b/src/cpu/x86/vm/globals_x86.hpp	Wed May 15 11:05:09 2013 +0200
     1.3 @@ -77,7 +77,7 @@
     1.4  #endif
     1.5  
     1.6  // GC Ergo Flags
     1.7 -define_pd_global(intx, CMSYoungGenPerWorker, 64*M);  // default max size of CMS young gen, per GC worker thread
     1.8 +define_pd_global(uintx, CMSYoungGenPerWorker, 64*M);  // default max size of CMS young gen, per GC worker thread
     1.9  
    1.10  #define ARCH_FLAGS(develop, product, diagnostic, experimental, notproduct) \
    1.11                                                                              \

mercurial