diff src/cpu/x86/vm/globals_x86.hpp @ 10408:836a62f43af9

Merge with http://hg.openjdk.java.net/hsx/hsx25/hotspot/
author Doug Simon <doug.simon@oracle.com>
date Wed, 19 Jun 2013 10:45:56 +0200
parents 12f651e29f6b
children cd54c7e92908
line wrap: on
line diff
--- a/src/cpu/x86/vm/globals_x86.hpp	Tue Jun 18 14:23:29 2013 -0700
+++ b/src/cpu/x86/vm/globals_x86.hpp	Wed Jun 19 10:45:56 2013 +0200
@@ -77,7 +77,7 @@
 #endif
 
 // GC Ergo Flags
-define_pd_global(intx, CMSYoungGenPerWorker, 64*M);  // default max size of CMS young gen, per GC worker thread
+define_pd_global(uintx, CMSYoungGenPerWorker, 64*M);  // default max size of CMS young gen, per GC worker thread
 
 #define ARCH_FLAGS(develop, product, diagnostic, experimental, notproduct) \
                                                                             \