hotspot/src/cpu/x86/vm/globals_x86.hpp
changeset 29697 92501504191b
parent 28954 7dda6c26cc98
child 30305 b92a97e1e9cb
child 30244 d4e471395ff5
--- a/hotspot/src/cpu/x86/vm/globals_x86.hpp	Mon Mar 02 11:08:09 2015 +0100
+++ b/hotspot/src/cpu/x86/vm/globals_x86.hpp	Tue Mar 03 18:01:27 2015 +0100
@@ -78,7 +78,7 @@
 #endif
 
 // GC Ergo Flags
-define_pd_global(uintx, CMSYoungGenPerWorker, 64*M);  // default max size of CMS young gen, per GC worker thread
+define_pd_global(size_t, CMSYoungGenPerWorker, 64*M);  // default max size of CMS young gen, per GC worker thread
 
 define_pd_global(uintx, TypeProfileLevel, 111);